From 211a7aa7596aabdf67c027fb55761c803504fbf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 13:58:27 +0200 Subject: [PATCH] chore(deps): update Android SDK to v6.18.1 (#1415) 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 91f2d77e71..3b63fdb2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.17.0 to v6.18.1 ([#1415](https://github.com/getsentry/sentry-dart/pull/1415)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6181) + - [diff](https://github.com/getsentry/sentry-java/compare/6.17.0...6.18.1) + ## 7.5.1 ### Fixes diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 0c18093348..8735451454 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -55,6 +55,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.17.0' + api 'io.sentry:sentry-android:6.18.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }