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:
Aaditya Dhingra
2025-03-03 17:12:25 +00:00
parent 69afb1df24
commit 5f9d749a96
140 changed files with 1472 additions and 1441 deletions

View File

@@ -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')
}