aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy')
-rw-r--r--buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy b/buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy
index ec3d208..a27e503 100644
--- a/buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy
+++ b/buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy
@@ -7,6 +7,7 @@ class Dependencies {
static def kotlin = "org.jetbrains.kotlin:kotlin-stdlib:${Versions.kotlin}"
static def kotlinTest = "org.jetbrains.kotlin:kotlin-test-junit:${Versions.kotlin}"
static def junit = "junit:junit:${Versions.junit}"
- static def espresso = "com.android.support.test.espresso:espresso-core:${Versions.espresso}"
- static def testRunner = "com.android.support.test:runner:${Versions.testRunner}"
+ static def espresso = "androidx.test.espresso:espresso-core:${Versions.espresso}"
+ static def testRunner = "androidx.test.ext:junit:${Versions.testRunner}"
+ static def testRules = "androidx.test:rules:${Versions.testRules}"
} \ No newline at end of file