Skip to content

Commit

Permalink
Merge pull request #203 from Infomaniak/Bump-versions
Browse files Browse the repository at this point in the history
Bump libs
  • Loading branch information
tevincent authored Jul 9, 2024
2 parents 11ab8f1 + 65b52c2 commit c44bc95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.2'
api 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.3'
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.10.0'
def sentryVersion = '7.11.0'
api "io.sentry:sentry-android:$sentryVersion"
implementation "io.sentry:sentry-okhttp:$sentryVersion"

Expand All @@ -90,8 +90,8 @@ dependencies {
api 'com.github.matomo-org:matomo-sdk-android:4.1.4'

testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'androidx.test:core-ktx:1.5.0'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'org.robolectric:robolectric:4.12.2'
testImplementation 'androidx.test.ext:junit:1.2.1'
testImplementation 'androidx.test:core-ktx:1.6.1'
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.13'
}

0 comments on commit c44bc95

Please sign in to comment.