aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-04-19 17:13:12 +0530
committerGitHub <noreply@github.com>2021-04-19 17:13:12 +0530
commit213778122c76e8ed3ff2ba57edfbc1ba6e11ab0a (patch)
tree565c9effae43b26f012aa9e72a0a3ed82c5c734e /app/build.gradle.kts
parent7a532302e3b76952b4990d1dc7ee6d52bc842b9b (diff)
Migrate some tests to Robolectric (#1389)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 8b2b18f9..d54b5ea9 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -100,5 +100,6 @@ dependencies {
androidTestImplementation(libs.bundles.testDependencies)
androidTestImplementation(libs.bundles.androidTestDependencies)
+ testImplementation(libs.testing.robolectric)
testImplementation(libs.bundles.testDependencies)
}