Skip to content

Commit

Permalink
chore: Bump Libs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 4, 2024
1 parent 89114af commit b4c6c0c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ dependencies {
api "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
api "androidx.navigation:navigation-ui-ktx:$navigationVersion"

api 'androidx.constraintlayout:constraintlayout:2.1.4'
api 'androidx.constraintlayout:constraintlayout:2.2.0'
api 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
api 'androidx.core:core-ktx:1.13.1' // Doesn't build when bumped to 1.15.0 (waiting for Kotlin 2.0)
api 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
api 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
api 'androidx.recyclerview:recyclerview:1.3.2'
api 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

Expand All @@ -76,7 +76,7 @@ dependencies {
api 'com.google.android.material:material:1.12.0'
api 'com.google.code.gson:gson:2.11.0'

api "io.coil-kt:coil:2.6.0"
api "io.coil-kt:coil:2.7.0"

api 'com.github.infomaniak:android-login:2.8.0'
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
Expand All @@ -94,6 +94,5 @@ dependencies {
testImplementation 'androidx.test.ext:junit:1.2.1'
testImplementation 'androidx.test:core-ktx:1.6.1'
testImplementation 'androidx.test:core:1.6.1'
// Don't update this because it breaks tests
testImplementation 'org.robolectric:robolectric:4.13'
testImplementation 'org.robolectric:robolectric:4.13' // Don't update this because it breaks tests
}

0 comments on commit b4c6c0c

Please sign in to comment.