From 6325c3bc20de79b73cce63c9391d768e47d33d87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:38:59 +0100 Subject: [PATCH] chore(deps): update Android SDK to v6.9.2 (#1167) Co-authored-by: GitHub --- CHANGELOG.md | 8 ++++++++ flutter/android/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f730690aa8..4a09a4b433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.9.1 to v6.9.2 ([#1167](https://github.com/getsentry/sentry-dart/pull/1167)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#692) + - [diff](https://github.com/getsentry/sentry-java/compare/6.9.1...6.9.2) + ## 6.18.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 62c3ca6760..901121cd2b 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.9.1' + api 'io.sentry:sentry-android:6.9.2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }