Skip to content

Commit e5bc97b

Browse files
chore: update scripts/update-android.sh to 7.16.0 (#4202)
Co-authored-by: GitHub <[email protected]>
1 parent 0d3e677 commit e5bc97b

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
@@ -16,6 +16,9 @@
1616
- Bump CLI from v2.37.0 to v2.38.0 ([#4200](https://github.com/getsentry/sentry-react-native/pull/4200))
1717
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2380)
1818
- [diff](https://github.com/getsentry/sentry-cli/compare/2.37.0...2.38.0)
19+
- Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0)
1922

2023
## 6.1.0
2124

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ android {
5454

5555
dependencies {
5656
implementation 'com.facebook.react:react-native:+'
57-
api 'io.sentry:sentry-android:7.15.0'
57+
api 'io.sentry:sentry-android:7.16.0'
5858
}

0 commit comments

Comments
 (0)