Skip to content

Commit 314217c

Browse files
authored
chore: update scripts/update-android.sh to 6.16.0
1 parent 64c034e commit 314217c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- Bump JavaScript SDK from v7.40.0 to v7.43.0 ([#2874](https://github.com/getsentry/sentry-react-native/pull/2874))
1313
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7430)
1414
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.40.0...7.43.0)
15+
- Bump Android SDK from v6.15.0 to v6.16.0 ([#2903](https://github.com/getsentry/sentry-react-native/pull/2903))
16+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160)
17+
- [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0)
1518

1619
## 5.1.1
1720

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ android {
4242

4343
dependencies {
4444
implementation 'com.facebook.react:react-native:+'
45-
api 'io.sentry:sentry-android:6.15.0'
45+
api 'io.sentry:sentry-android:6.16.0'
4646
}

0 commit comments

Comments
 (0)