Skip to content

Commit 936981e

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-android.sh to 8.16.0
1 parent 2bc47e4 commit 936981e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Sentry.init({
5050
- Bump Android SDK from v7.16.0 to v8.13.3
5151
- Bump Cocoa SDK from v8.48.0 to v8.51.1
5252
- Bump JavaScript SDKs from v8.55.0 to v9.27.0
53+
- Bump Android SDK from v8.13.3 to v8.16.0 ([#923](https://github.com/getsentry/sentry-capacitor/pull/923))
54+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160)
55+
- [diff](https://github.com/getsentry/sentry-java/compare/8.13.3...8.16.0)
5356

5457

5558
## 2.0.0-beta.3

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ repositories {
7676

7777
dependencies {
7878
implementation project(':capacitor-android')
79-
implementation 'io.sentry:sentry-android:8.13.3'
79+
implementation 'io.sentry:sentry-android:8.16.0'
8080
}

0 commit comments

Comments
 (0)