Skip to content

Commit 439ec16

Browse files
authored
chore: update scripts/update-android.sh to 6.16.0
1 parent 97efbbb commit 439ec16

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
@@ -16,6 +16,9 @@
1616
- Bump JavaScript SDK from v7.40.0 to v7.44.0 ([#2874](https://github.com/getsentry/sentry-react-native/pull/2874), [#2908](https://github.com/getsentry/sentry-react-native/pull/2908))
1717
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7440)
1818
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.40.0...7.44.0)
19+
- Bump Android SDK from v6.15.0 to v6.16.0 ([#2903](https://github.com/getsentry/sentry-react-native/pull/2903))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0)
1922

2023
## 5.1.1
2124

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)