From aceed7d42ed262c6c95a8630ec123a369a54eb4e Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 10 Oct 2024 03:06:19 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 7.15.0 --- CHANGELOG.md | 3 +++ flutter/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15213b151..f13c1cbed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,9 @@ - Bump Cocoa SDK from v8.36.0 to v8.37.0 ([#2334](https://github.com/getsentry/sentry-dart/pull/2334)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8370) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.37.0) +- Bump Android SDK from v7.14.0 to v7.15.0 ([#2342](https://github.com/getsentry/sentry-dart/pull/2342)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150) + - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.15.0) ## 8.9.0 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 7c305409ba..4e2947ebd3 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.14.0' + api 'io.sentry:sentry-android:7.15.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework