File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,13 @@ android {
42
42
dependencies {
43
43
44
44
def lifecycle_version = " 2.2.0"
45
+ def coroutines_version = " 1.3.9"
45
46
46
47
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
47
48
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
48
49
49
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 "
50
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7 "
50
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$c oroutines_version "
51
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$c oroutines_version "
51
52
52
53
implementation ' androidx.appcompat:appcompat:1.1.0'
53
54
implementation ' com.google.android.material:material:1.1.0'
@@ -86,7 +87,7 @@ dependencies {
86
87
87
88
testImplementation ' junit:junit:4.12'
88
89
testImplementation ' androidx.arch.core:core-testing:2.1.0'
89
- testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.4 '
90
+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:$c oroutines_version "
90
91
testImplementation ' com.squareup.retrofit2:retrofit-mock:2.7.1'
91
92
92
93
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
You can’t perform that action at this time.
0 commit comments