This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ dependencies {
2222 testImplementation ' junit:junit:4.13'
2323 implementation ' com.google.firebase:firebase-config:19.1.4'
2424 implementation project(' :status-resolver' )
25- implementation " androidx.core:core-ktx:+ "
25+ implementation " androidx.core:core-ktx:1.3.0 "
2626 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
27- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.3 '
27+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.7 "
2828}
2929
3030ext {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 testImplementation ' junit:junit:4.13'
3232 testImplementation " com.google.truth:truth:1.0.1"
3333 testImplementation " com.squareup.okhttp3:mockwebserver:4.7.2"
34- implementation " androidx.core:core-ktx:+ "
34+ implementation " androidx.core:core-ktx:1.3.0 "
3535 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3636 implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
3737}
Original file line number Diff line number Diff line change 3131dependencies {
3232 testImplementation ' junit:junit:4.13'
3333 implementation ' androidx.appcompat:appcompat:1.1.0'
34- implementation " androidx.core:core-ktx:+ "
34+ implementation " androidx.core:core-ktx:1.3.0 "
3535 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3636 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version "
3737 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version "
You can’t perform that action at this time.
0 commit comments