From 405799fefc76af9b316fef67b8a4861aa21c2f1c Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 30 Nov 2022 12:26:37 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.9.0 --- CHANGELOG.md | 6 ++++++ android/build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c812890754..049bde0f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Android builds without ext config, auto create assets dir for modules ([#2652](https://github.com/getsentry/sentry-react-native/pull/2652)) +### Dependencies + +- Bump Android SDK from v6.8.0 to v6.9.0 ([#2653](https://github.com/getsentry/sentry-react-native/pull/2653)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#690) + - [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.0) + ## 4.10.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index 1fa5ce57d1..aa2243d9af 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,5 +24,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.8.0' + api 'io.sentry:sentry-android:6.9.0' }