Skip to content

Commit fd37c89

Browse files
committed
[Kotlinx Coroutines Core] Change: Downgrade to 1.3.5
Kotlin/kotlinx.coroutines#2004
1 parent 73a1c14 commit fd37c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
26-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6'
26+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5'
2727
implementation 'androidx.appcompat:appcompat:1.1.0'
2828
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2929
testImplementation 'junit:junit:4.13'

0 commit comments

Comments
 (0)