mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
@@ -21,8 +21,8 @@ ext.deps = [
|
||||
|
||||
kotlin: [
|
||||
coroutines: [
|
||||
android: 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3',
|
||||
core: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3',
|
||||
android: 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5',
|
||||
core: 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5',
|
||||
],
|
||||
stdlib8: 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70'
|
||||
],
|
||||
@@ -58,11 +58,11 @@ ext.deps = [
|
||||
testing: [
|
||||
junit: 'junit:junit:4.13',
|
||||
androidx: [
|
||||
runner: 'androidx.test:runner:1.3.0-alpha04',
|
||||
rules: 'androidx.test:rules:1.3.0-alpha04',
|
||||
junit: 'androidx.test.ext:junit:1.1.2-alpha04',
|
||||
espresso_core: 'androidx.test.espresso:espresso-core:3.3.0-alpha04',
|
||||
espresso_intents: 'androidx.test.espresso:espresso-intents:3.3.0-alpha04'
|
||||
runner: 'androidx.test:runner:1.3.0-alpha05',
|
||||
rules: 'androidx.test:rules:1.3.0-alpha05',
|
||||
junit: 'androidx.test.ext:junit:1.1.2-alpha05',
|
||||
espresso_core: 'androidx.test.espresso:espresso-core:3.3.0-alpha05',
|
||||
espresso_intents: 'androidx.test.espresso:espresso-intents:3.3.0-alpha05'
|
||||
]
|
||||
]
|
||||
]
|
||||
|
Reference in New Issue
Block a user