From e9472a260bfd019b923d2e005fbe6c861b3c51b8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 18 Nov 2022 14:53:46 +0000 Subject: [PATCH] chore: update flutter/scripts/update-android.sh to 6.8.0 --- CHANGELOG.md | 6 ++++++ flutter/android/build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffc0ee53c..8bafb04155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Do not attach headers if Span is NoOp ([#1143](https://github.com/getsentry/sentry-dart/pull/1143)) +### Dependencies + +- Bump Android SDK from v6.7.1 to v6.8.0 ([#1147](https://github.com/getsentry/sentry-dart/pull/1147)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680) + - [diff](https://github.com/getsentry/sentry-java/compare/6.7.1...6.8.0) + ## 6.16.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 7a08ce593d..d73fc86335 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.7.1' + api 'io.sentry:sentry-android:6.8.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }