Skip to content

Commit

Permalink
remove def to set the version of coil lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBourdin88 committed Jun 17, 2024
1 parent fa2b2bc commit fcfc361
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ dependencies {
api 'com.google.android.material:material:1.12.0'
api 'com.google.code.gson:gson:2.11.0'

def coilVersion = '2.6.0'
api "io.coil-kt:coil:$coilVersion"
api "io.coil-kt:coil:2.6.0"

api 'com.github.infomaniak:android-login:2.8.0'
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
Expand Down

0 comments on commit fcfc361

Please sign in to comment.