diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-07-11 07:11:15 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-07-11 07:11:15 +0000 |
commit | 921756bb2f3bb7891386f5aac551fe775d454a78 (patch) | |
tree | 9d1162115ae1e27ad27417f3ba90a3fb72919e00 /fakelocation/fakelocationdemo/build.gradle | |
parent | 8b1855bce1313ad84df8f96efdbb62e2acf7ff33 (diff) |
2: integrate ipscrambling module in git repos and update dependencies
Diffstat (limited to 'fakelocation/fakelocationdemo/build.gradle')
-rw-r--r-- | fakelocation/fakelocationdemo/build.gradle | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/fakelocation/fakelocationdemo/build.gradle b/fakelocation/fakelocationdemo/build.gradle index 7e05b8a..0145eca 100644 --- a/fakelocation/fakelocationdemo/build.gradle +++ b/fakelocation/fakelocationdemo/build.gradle @@ -60,12 +60,10 @@ dependencies { implementation ( - Libs.Kotlin.stdlib, - Libs.AndroidX.coreKtx, - Libs.AndroidX.appCompat, - Libs.material, + libs.androidx.core.ktx, + libs.androidx.appcompat, + libs.google.material, ) - testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + testImplementation libs.junit + } |