Move android-test-code from instrumented test to Android one

This commit is contained in:
Davide Farella
2020-12-02 14:35:30 +01:00
parent 5d6dbbc1fa
commit 4a860c0b32
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -24,7 +24,7 @@ plugins {
kotlin("android")
}
libVersion = Version(0, 3, 1)
libVersion = Version(0, 3, 2)
android()
@@ -47,6 +47,7 @@ dependencies {
// Android
`android-arch-testing`,
`android-test-core`,
`robolectric`
)
}
+1 -2
View File
@@ -24,7 +24,7 @@ plugins {
kotlin("android")
}
libVersion = Version(0, 2, 0)
libVersion = Version(0, 2, 1)
android()
@@ -51,7 +51,6 @@ dependencies {
// Android
`espresso`,
`android-work-testing`,
`android-test-core`,
`android-test-runner`,
`android-test-rules`
)