From 88ae553a57918e34674e96764da32a6909354955 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 9 Mar 2024 03:02:08 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.6.0 --- CHANGELOG.md | 8 ++++++++ flutter/android/build.gradle | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9886fd45c5..cea76a1ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v7.5.0 to v7.6.0 ([#1927](https://github.com/getsentry/sentry-dart/pull/1927)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760) + - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0) + ## 7.17.0 ### Fixes diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 355d42709d..a2c0f7316e 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.5.0' + api 'io.sentry:sentry-android:7.6.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework