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/build.gradle | |
parent | 8b1855bce1313ad84df8f96efdbb62e2acf7ff33 (diff) |
2: integrate ipscrambling module in git repos and update dependencies
Diffstat (limited to 'fakelocation/build.gradle')
-rw-r--r-- | fakelocation/build.gradle | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fakelocation/build.gradle b/fakelocation/build.gradle index 945cb66..91f8031 100644 --- a/fakelocation/build.gradle +++ b/fakelocation/build.gradle @@ -46,11 +46,7 @@ android { } dependencies { - implementation ( - Libs.Kotlin.stdlib, - Libs.AndroidX.coreKtx, - Libs.Coroutines.core - ) + implementation (libs.bundles.kotlin.android.coroutines) implementation project(':privacymodule-api') } |