diff --git a/CHANGELOG.md b/CHANGELOG.md index 11bb9bf4..8b8ccd6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - Bump Cocoa SDK from v8.8.0 to v8.18.0 ([#526](https://github.com/getsentry/sentry-capacitor/pull/526)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8180) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.18.0) +- Bump Android SDK from v6.31.0 to v6.34.0 ([#525](https://github.com/getsentry/sentry-capacitor/pull/525)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6340) + - [diff](https://github.com/getsentry/sentry-java/compare/6.31.0...6.34.0) ## 0.15.0 diff --git a/android/build.gradle b/android/build.gradle index f81f2677..fa4c9cce 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.31.0' + implementation 'io.sentry:sentry-android:6.34.0' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" diff --git a/scripts/update-android.sh b/scripts/update-android.sh old mode 100644 new mode 100755