Skip to content

Commit

Permalink
Bump coil version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Apr 10, 2021
1 parent 9555f0f commit 1266274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation "androidx.multidex:multidex:2.0.1"

// coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2'
//lifecycle dependencies
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"
Expand All @@ -80,7 +80,7 @@ dependencies {
kapt "androidx.room:room-compiler:2.2.6"
implementation "androidx.room:room-ktx:2.2.6"
//glide
implementation 'io.coil-kt:coil:0.12.0'
implementation 'io.coil-kt:coil:1.1.1'
//api
//testing dependencies
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
Expand Down

0 comments on commit 1266274

Please sign in to comment.