Bug 2070674 - Declare four transitive androidx dependencies in the Gecko-side examples. r=android-reviewers,geckoview-reviewers,tcampbell
They're currently resolved transitively, and not every build variant that resolves these projects sees GeckoView's own versions of them. Differential Revision: https://phabricator.services.mozilla.com/D324776
This commit is contained in:
committed by
rvandermeulen@mozilla.com
parent
d29cfe7c0c
commit
01b977d1d0
@@ -41,8 +41,12 @@ dependencies {
|
||||
implementation project(path: ':geckoview')
|
||||
|
||||
implementation libs.androidx.annotation
|
||||
implementation libs.androidx.annotation.experimental
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.androidx.collection
|
||||
implementation libs.androidx.constraintlayout
|
||||
implementation libs.androidx.core
|
||||
implementation libs.androidx.lifecycle.common
|
||||
|
||||
testImplementation platform(libs.junit.bom)
|
||||
testImplementation libs.junit4
|
||||
|
||||
@@ -46,9 +46,12 @@ dependencies {
|
||||
implementation project(path: ':geckoview')
|
||||
|
||||
implementation libs.androidx.annotation
|
||||
implementation libs.androidx.annotation.experimental
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.androidx.collection
|
||||
implementation libs.androidx.constraintlayout
|
||||
implementation libs.androidx.core
|
||||
implementation libs.androidx.lifecycle.common
|
||||
implementation libs.androidx.preference
|
||||
implementation libs.google.material
|
||||
}
|
||||
|
||||
@@ -42,7 +42,11 @@ dependencies {
|
||||
implementation project(path: ':geckoview')
|
||||
|
||||
implementation libs.androidx.annotation
|
||||
implementation libs.androidx.annotation.experimental
|
||||
implementation libs.androidx.appcompat
|
||||
implementation libs.androidx.collection
|
||||
implementation libs.androidx.constraintlayout
|
||||
implementation libs.androidx.core
|
||||
implementation libs.androidx.lifecycle.common
|
||||
implementation libs.androidx.preference
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user