We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a1c14 commit fd37c89Copy full SHA for fd37c89
app/build.gradle
@@ -23,7 +23,7 @@ android {
23
dependencies {
24
implementation fileTree(dir: 'libs', include: ['*.jar'])
25
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
26
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6'
+ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5'
27
implementation 'androidx.appcompat:appcompat:1.1.0'
28
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
29
testImplementation 'junit:junit:4.13'
0 commit comments