From 29cdc203b03bf4d2b08d543defdec6e71d86d071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:19:03 +0100 Subject: [PATCH] chore(deps): update Android SDK to v6.13.1 (#2809) Co-authored-by: GitHub --- CHANGELOG.md | 6 +++--- android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04385b5e1..9ac1afc867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Dependencies -- Bump Android SDK from v6.12.1 to v6.13.0 ([#2790](https://github.com/getsentry/sentry-react-native/pull/2790)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130) - - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0) +- Bump Android SDK from v6.12.1 to v6.13.1 ([#2790](https://github.com/getsentry/sentry-react-native/pull/2790), [#2809](https://github.com/getsentry/sentry-react-native/pull/2809)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6131) + - [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.1) - Bump Sample React Native from v0.71.0 to v0.71.1 ([#2767](https://github.com/getsentry/sentry-react-native/pull/2767)) - [changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0711) - [diff](https://github.com/facebook/react-native/compare/v0.71.0...v0.71.1) diff --git a/android/build.gradle b/android/build.gradle index abf52e6b8f..a5d2f00592 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.13.0' + api 'io.sentry:sentry-android:6.13.1' }