From 70137f31917ba1d28d36d1557808c135828ae433 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 8 Aug 2021 13:14:44 +0530 Subject: gradle: switch to our fork of preference testing library (#1481) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 32837d4a..c732adf5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -87,7 +87,7 @@ thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-service testing-junit = "junit:junit:4.13.2" testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } testing-robolectric = "org.robolectric:robolectric:4.6.1" -testing-sharedPrefsMock = "com.github.IvanShafran:shared-preferences-mock:1.0" +testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0" androidx-testing-rules = { module = "androidx.test:rules", version.ref="androidx_test" } androidx-testing-runner = { module = "androidx.test:runner", version.ref="androidx_test" } kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -- cgit v1.2.3