From b0725f15c3658edf89c6ff9b2de4c217a9d7b4f8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 5 Oct 2023 14:27:23 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 6.30.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 40d3b04f3a..550f613f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ - Bump Cocoa SDK from v8.11.0 to v8.12.0 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8120) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.12.0) +- Bump Android SDK from v6.29.0 to v6.30.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300) + - [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0) ## 7.10.1 diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 47619a3105..02368c3389 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.29.0' + api 'io.sentry:sentry-android:6.30.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework