Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
No issue: Fix gecko build
Browse files Browse the repository at this point in the history
"This component now has a hard dependency on the new universal GeckoView build that is no longer architecture specific (ARM, x86, ..). With that apps no longer need to specify the GeckoView build themselves and synchronize the used version with Android Components." From https://mozac.org/changelog/#0550.
  • Loading branch information
dnarcese committed Jul 17, 2019
1 parent f293f94 commit 17fc219
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies {
// Required to override android.support lib in GeckoView dependency (uses palette-v7:26.1.0)
geckoImplementation "androidx.palette:palette:$androidx_version"
geckoImplementation "org.mozilla.components:browser-engine-gecko-nightly:$moz_components_version"
geckoImplementation Gecko.geckoview_nightly_arm
geckoImplementation "org.mozilla.geckoview:geckoview-nightly"

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
Expand Down
11 changes: 0 additions & 11 deletions buildSrc/src/main/java/Gecko.kt

This file was deleted.

0 comments on commit 17fc219

Please sign in to comment.