From 12106330a4cfae5d031cb87d53491bba57f41a82 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 13 Sep 2023 11:24:23 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.29.0 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8189f9ce11..9566568161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - Bump JavaScript SDK from v7.63.0 to v7.68.0 ([#3277](https://github.com/getsentry/sentry-react-native/pull/3277)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7680) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.63.0...7.68.0) + Bump Android SDK from v6.28.0 to v6.29.0 ([#3271](https://github.com/getsentry/sentry-react-native/pull/3271)) + [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6290) + [diff](https://github.com/getsentry/sentry-java/compare/6.28.0...6.29.0) ## 5.9.1 diff --git a/android/build.gradle b/android/build.gradle index c0b8e9a342..1c1ea0c751 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.28.0' + api 'io.sentry:sentry-android:6.29.0' }