From 921756bb2f3bb7891386f5aac551fe775d454a78 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Tue, 11 Jul 2023 07:11:15 +0000 Subject: 2: integrate ipscrambling module in git repos and update dependencies --- fakelocation/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fakelocation/build.gradle') 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') } -- cgit v1.2.1