From a2055ae2af51125b95fc0feec0c1596d84a5631e Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 19 Jun 2023 19:38:39 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.23.0 --- CHANGELOG.md | 8 ++++++++ android/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 818026b536..16444bfbe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.22.0 to v6.23.0 ([#3127](https://github.com/getsentry/sentry-react-native/pull/3127)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6230) + - [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.23.0) + ## 5.6.0 ### Features diff --git a/android/build.gradle b/android/build.gradle index b186c4aa1b..9fa226bbb4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -42,5 +42,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:6.22.0' + api 'io.sentry:sentry-android:6.23.0' }