mirror of
https://github.com/ProtonMail/protoncore_android.git
synced 2026-06-14 09:54:49 +00:00
Move android-test-code from instrumented test to Android one
This commit is contained in:
@@ -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`
|
||||
)
|
||||
}
|
||||
|
||||
@@ -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`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user