We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaaa4f7 commit 5fc9203Copy full SHA for 5fc9203
app/build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
implementation 'androidx.appcompat:appcompat:1.1.0'
47
implementation 'androidx.core:core-ktx:1.2.0'
48
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
49
- def coroutine_version = '1.3.6'
+ def coroutine_version = '1.3.5'
50
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutine_version"
51
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutine_version"
52
// Lifecycles only (without ViewModel or LiveData)
0 commit comments