diff --git a/build.gradle b/build.gradle index 4f411c88..6ffdc958 100644 --- a/build.gradle +++ b/build.gradle @@ -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.11.0' + def sentryVersion = '7.12.0' api "io.sentry:sentry-android:$sentryVersion" implementation "io.sentry:sentry-okhttp:$sentryVersion" @@ -94,5 +94,5 @@ dependencies { 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.12.2' + testImplementation 'org.robolectric:robolectric:4.13' }