Skip to content

Commit 6149d19

Browse files
chore: update scripts/update-android.sh to 7.20.1 (#4467)
Co-authored-by: GitHub <[email protected]>
1 parent 2dc8f22 commit 6149d19

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
@@ -30,6 +30,9 @@
3030
- Bump JavaScript SDK from v8.47.0 to v8.50.0 ([#4421](https://github.com/getsentry/sentry-react-native/pull/4421), [#4449](https://github.com/getsentry/sentry-react-native/pull/4449), [#4453](https://github.com/getsentry/sentry-react-native/pull/4453))
3131
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8500)
3232
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.47.0...8.50.0)
33+
- Bump Android SDK from v7.20.0 to v7.20.1 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467))
34+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
35+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
3336

3437
## 6.5.0
3538

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.20.0'
57+
api 'io.sentry:sentry-android:7.20.1'
5858
}

0 commit comments

Comments
 (0)