Skip to content

Commit eda8052

Browse files
authored
chore: update scripts/update-android.sh to 6.30.0
1 parent 6965bf8 commit eda8052

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.29.0 to v6.30.0 ([#3309](https://github.com/getsentry/sentry-react-native/pull/3309))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0)
10+
311
## 5.10.0
412

513
### Features

android/build.gradle

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

4848
dependencies {
4949
implementation 'com.facebook.react:react-native:+'
50-
api 'io.sentry:sentry-android:6.29.0'
50+
api 'io.sentry:sentry-android:6.30.0'
5151
}

0 commit comments

Comments
 (0)