From 98b0729990d52f71bec7dafd2dde54acb4a106fd Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 29 Sep 2023 07:41:18 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.30.0 --- CHANGELOG.md | 8 ++++++++ android/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a070aeed71..3eabd0e07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.29.0 to v6.30.0 ([#3309](https://github.com/getsentry/sentry-react-native/pull/3309)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300) + - [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0) + ## 5.10.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index 1c1ea0c751..0af95bfb47 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,5 +47,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.29.0' + api 'io.sentry:sentry-android:6.30.0' }