diff options
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 + } |