From 1ea9bceaf783d87f310e39e64aa40a7379a98432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 13:08:01 +0200 Subject: [PATCH] chore(deps): update Android SDK to v6.19.0 (#1455) 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 dc988fa58..e5958db79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.18.1 to v6.19.0 ([#1455](https://github.com/getsentry/sentry-dart/pull/1455)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190) + - [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0) + ## 7.6.1 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 6612adffb..05189ed6a 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,6 +60,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.18.1' + api 'io.sentry:sentry-android:6.19.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }