diff options
author | SphericalKat <amolele@gmail.com> | 2021-05-17 14:19:02 +0530 |
---|---|---|
committer | SphericalKat <amolele@gmail.com> | 2021-05-17 14:19:02 +0530 |
commit | f377510afbd5056f32f954f74411ee3b30bae4bf (patch) | |
tree | 044f1b0a81f2fd696839762737a7ae0e53821266 /gradle | |
parent | 285bf9d92944c49c36d1828bc388b12a97525b1a (diff) |
chore(build): add mock shared preference dependency
Signed-off-by: SphericalKat <amolele@gmail.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d406c3ce..de01d292 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,6 +76,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-alpha-1" +testing-sharedPrefsMock = "com.github.IvanShafran:shared-preferences-mock:1.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" } |