From 023994b9f45eb07c1daf3d9bbba4374cb645bef4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 11:31:51 +0000 Subject: [PATCH] chore(deps): update Android SDK to v6.3.0 (#2380) --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad8aea675..29b8efc0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Cocoa SDK to v7.21.0 ([#2374](https://github.com/getsentry/sentry-react-native/pull/2374)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.20.0...7.21.0) +- Bump Android SDK to v6.3.0 ([#2380](https://github.com/getsentry/sentry-react-native/pull/2380)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#630) + - [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.3.0) ## 4.1.3 diff --git a/android/build.gradle b/android/build.gradle index 438658e93d..01ae8b8d8b 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.1.4' + api 'io.sentry:sentry-android:6.3.0' }