@@ -139,15 +139,15 @@ dependencies {
139139 implementation " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8"
140140
141141 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
142- implementation ' androidx.appcompat:appcompat:1.1 .0'
143- implementation ' androidx.core:core-ktx:1.3.0 '
142+ implementation ' androidx.appcompat:appcompat:1.2 .0'
143+ implementation ' androidx.core:core-ktx:1.3.1 '
144144 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
145145 implementation ' com.android.support:recyclerview-v7:29.0.0'
146146 implementation ' androidx.room:room-runtime:2.2.5'
147147 implementation ' androidx.room:room-ktx:2.2.5'
148- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 '
148+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8 '
149149 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6'
150- implementation ' com.google.android.material:material:1.1 .0'
150+ implementation ' com.google.android.material:material:1.2 .0'
151151 implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
152152 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
153153 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
@@ -161,10 +161,10 @@ dependencies {
161161 testImplementation ' org.mockito:mockito-junit-jupiter:3.3.3'
162162 testImplementation " com.nhaarman:mockito-kotlin:1.6.0"
163163 testImplementation ' androidx.room:room-testing:2.2.5'
164- testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.6 "
164+ testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.8 "
165165 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
166166 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
167- androidTestImplementation ' androidx.test:rules:1.3.0-rc01 '
167+ androidTestImplementation ' androidx.test:rules:1.3.0-rc03 '
168168}
169169
170170tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
0 commit comments