From 934b4d9f5b94099628a8d26be9b9b491ffa87ff9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:45:51 +0000 Subject: [PATCH] chore(deps): update Android SDK to v6.16.0 (#1342) Co-authored-by: GitHub --- CHANGELOG.md | 6 ++++++ flutter/android/build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c2566442..513666f024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - LoadImageListIntegration won't throw bad state if there is no exceptions in the event ([#1347](https://github.com/getsentry/sentry-dart/pull/1347)) +### Dependencies + +- Bump Android SDK from v6.15.0 to v6.16.0 ([#1342](https://github.com/getsentry/sentry-dart/pull/1342)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160) + - [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0) + ## 7.1.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 453155a951..b95c769eb1 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.15.0' + api 'io.sentry:sentry-android:6.16.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }