Bug 1949260 - Part 2 - Replace DependenciesPlugin with gradle version catalog. r=geckoview-reviewers,android-reviewers,webcompat-reviewers,nalexander,twisniewski,owlish,jonalmeida,tthibaud
Differential Revision: https://phabricator.services.mozilla.com/D238804
This commit is contained in:
@@ -24,17 +24,17 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation ComponentsDependencies.kotlin_coroutines
|
||||
implementation libs.kotlin.coroutines
|
||||
|
||||
implementation ComponentsDependencies.thirdparty_okhttp
|
||||
implementation ComponentsDependencies.thirdparty_okhttp_urlconnection
|
||||
implementation libs.thirdparty.okhttp
|
||||
implementation libs.thirdparty.okhttp.urlconnection
|
||||
|
||||
implementation project(':concept-fetch')
|
||||
|
||||
testImplementation project(':support-test')
|
||||
|
||||
testImplementation ComponentsDependencies.androidx_test_junit
|
||||
testImplementation ComponentsDependencies.testing_robolectric
|
||||
testImplementation libs.androidx.test.junit
|
||||
testImplementation libs.testing.robolectric
|
||||
testImplementation project(':tooling-fetch-tests')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user