Skip to content

Commit

Permalink
Merge pull request #211 from Infomaniak/bump-libs
Browse files Browse the repository at this point in the history
Bump libs
  • Loading branch information
FabianDevel authored Jul 29, 2024
2 parents b17b710 + faa64cd commit 41050e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
api 'androidx.constraintlayout:constraintlayout:2.1.4'
api 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
api 'androidx.core:core-ktx:1.13.1'
api 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.3'
api 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.4'
api 'androidx.recyclerview:recyclerview:1.3.2'
api 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

Expand All @@ -81,7 +81,7 @@ dependencies {
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
api 'com.squareup.okhttp3:okhttp:4.12.0'

def sentryVersion = '7.12.0'
def sentryVersion = '7.12.1'
api "io.sentry:sentry-android:$sentryVersion"
implementation "io.sentry:sentry-okhttp:$sentryVersion"

Expand Down

0 comments on commit 41050e9

Please sign in to comment.