Skip to content

Commit 69602ce

Browse files
chore: update scripts/update-android.sh to 8.21.1 (#5155)
Co-authored-by: GitHub <[email protected]>
1 parent 2b89ce9 commit 69602ce

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 Cocoa SDK from v8.53.2 to v8.55.1 ([#5036](https://github.com/getsentry/sentry-react-native/pull/5036))
1717
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551)
1818
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.55.1)
19+
- Bump Android SDK from v8.20.0 to v8.21.1 ([#5155](https://github.com/getsentry/sentry-react-native/pull/5155))
20+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211)
21+
- [diff](https://github.com/getsentry/sentry-java/compare/8.20.0...8.21.1)
1922

2023
## 7.0.1
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:8.20.0'
57+
api 'io.sentry:sentry-android:8.21.1'
5858
}

0 commit comments

Comments
 (0)