From e53c14ed34c312f1faa7da6d8a019a88037d16b7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 21 Nov 2022 10:45:47 +0100
Subject: [PATCH] chore(deps): update Android SDK to v6.8.0 (#2628)

Co-authored-by: GitHub <noreply@github.com>
---
 CHANGELOG.md         | 6 +++---
 android/build.gradle | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a50e76a6f..7425033d61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,9 +14,9 @@
 - Bump Cocoa SDK from v7.29.0 to v7.31.1 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592), [#2601](https://github.com/getsentry/sentry-react-native/pull/2601))
   - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7311)
   - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.1)
-- Bump Android SDK from v6.6.0 to v6.7.1 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600))
-  - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#671)
-  - [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.1)
+- Bump Android SDK from v6.6.0 to v6.8.0 ([#2600](https://github.com/getsentry/sentry-react-native/pull/2600), [#2628](https://github.com/getsentry/sentry-react-native/pull/2628))
+  - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
+  - [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.8.0)
 
 ## 4.8.0
 
diff --git a/android/build.gradle b/android/build.gradle
index de610e55c3..1fa5ce57d1 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.7.1'
+    api 'io.sentry:sentry-android:6.8.0'
 }