From 19dc53bfdd6b4eec49e1c33c0a2b0112f1123dc4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 10 Oct 2024 03:05:41 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.15.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 3556c3283a..2e0d3e2bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.15.0 to v7.15.0 ([#182](https://github.com/ente-io/sentry-dart/pull/182)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150) + - [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...7.15.0) + ## 7.1.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 453155a951..ac925e9d27 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:7.15.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }