From 9006d8733e983e9b6fdbf7ed443b4769ac429d7e Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 22 Mar 2023 12:30:40 +0000 Subject: [PATCH] chore: update scripts/update-android.sh to 6.16.0 --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ea95662..70b78e4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ - Bump JavaScript SDK from v7.40.0 to v7.44.2 ([#2874](https://github.com/getsentry/sentry-react-native/pull/2874), [#2908](https://github.com/getsentry/sentry-react-native/pull/2908), [#2909](https://github.com/getsentry/sentry-react-native/pull/2909)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7442) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.40.0...7.44.2) +- Bump Android SDK from v6.15.0 to v6.16.0 ([#2903](https://github.com/getsentry/sentry-react-native/pull/2903)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160) + - [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0) ## 5.1.1 diff --git a/android/build.gradle b/android/build.gradle index 2d8839cf9..6812e6eef 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.15.0' + api 'io.sentry:sentry-android:6.16.0' }