gradle: switch to our fork of preference testing library (#1481)
This commit is contained in:
parent
1738364d2f
commit
70137f3191
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-service
|
||||||
testing-junit = "junit:junit:4.13.2"
|
testing-junit = "junit:junit:4.13.2"
|
||||||
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
||||||
testing-robolectric = "org.robolectric:robolectric:4.6.1"
|
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-rules = { module = "androidx.test:rules", version.ref="androidx_test" }
|
||||||
androidx-testing-runner = { module = "androidx.test:runner", 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" }
|
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
||||||
|
|
Loading…
Reference in a new issue