From 62dde4393f2d4ca67ddf0fe8a3bc4893228f67f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 09:54:10 +0000 Subject: [PATCH] chore(deps): update Android SDK to v6.9.1 (#1159) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ flutter/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a3c9cfca..b996ec1a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Cocoa SDK from v7.31.2 to v7.31.3 ([#1157](https://github.com/getsentry/sentry-dart/pull/1157)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7313) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.2...7.31.3) +- Bump Android SDK from v6.8.0 to v6.9.1 ([#1159](https://github.com/getsentry/sentry-dart/pull/1159)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691) + - [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.1) ## 6.17.0 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index d73fc86335..62c3ca6760 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.8.0' + api 'io.sentry:sentry-android:6.9.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }