diff --git a/android/build.gradle b/android/build.gradle index 9c08a19c..270f9ddc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -80,7 +80,7 @@ repositories { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') - implementation 'io.sentry:sentry-android:6.17.0' + implementation 'io.sentry:sentry-android:6.25.0' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"