Skip to content

Commit 9bce062

Browse files
authored
chore: update scripts/update-android.sh to 7.0.0
1 parent 59a53cb commit 9bce062

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v6.34.0 to v7.0.0 ([#3434](https://github.com/getsentry/sentry-react-native/pull/3434))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.0.0)
10+
311
## 5.15.1
412

513
### 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)