From 213778122c76e8ed3ff2ba57edfbc1ba6e11ab0a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 19 Apr 2021 17:13:12 +0530 Subject: Migrate some tests to Robolectric (#1389) Signed-off-by: Harsh Shandilya --- gradle/libs.versions.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'gradle/libs.versions.toml') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 80c27817..829eae3d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -74,6 +74,7 @@ thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-service # Testing dependencies 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.5.1" 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