From e874ca3296a819bbda6153d75e13da78e00c5cb7 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 6 Oct 2023 09:33:01 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.30.0 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ab884027..cbe9d81770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,9 @@ - Bump CLI from v2.20.7 to v2.21.2 ([#3301](https://github.com/getsentry/sentry-react-native/pull/3301)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2212) - [diff](https://github.com/getsentry/sentry-cli/compare/2.20.7...2.21.2) +- 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 diff --git a/android/build.gradle b/android/build.gradle index 850c574cda..d7c26f2e10 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,5 +54,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' }