Skip to content

Commit 265982c

Browse files
authored
chore: update scripts/update-android.sh to 7.0.0
1 parent 4367b7a commit 265982c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- Encode envelopes using Base64, fix array length limit when transferring over Bridge. ([#2852](https://github.com/getsentry/sentry-react-native/pull/2852))
88
- This fix requires a rebuild of the native app
99

10+
### Dependencies
11+
12+
- Bump Android SDK from v6.34.0 to v7.0.0 ([#3434](https://github.com/getsentry/sentry-react-native/pull/3434))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.0.0)
15+
1016
## 5.14.1
1117

1218
### Fixes

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

0 commit comments

Comments
 (0)