diff --git a/CHANGELOG.md b/CHANGELOG.md index f133ad175d..1dffd7754c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,9 +48,9 @@ ### Dependencies -- Bump Android SDK from v7.20.1 to v7.22.0 ([#2660](https://github.com/getsentry/sentry-dart/pull/2660)) - - [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0) +- Bump Android SDK from v7.20.1 to v8.2.0 ([#2660](https://github.com/getsentry/sentry-dart/pull/2660), [#2713](https://github.com/getsentry/sentry-dart/pull/2713)) + - [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#820) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.2.0) - Bump Native SDK from v0.7.19 to v0.7.20 ([#2652](https://github.com/getsentry/sentry-dart/pull/2652)) - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0720) - [diff](https://github.com/getsentry/sentry-native/compare/0.7.19...0.7.20) diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 3c991e4b63..4beeae0447 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -34,7 +34,7 @@ android { } defaultConfig { - minSdkVersion 19 + minSdkVersion 21 targetSdkVersion 34 ndk { @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:8.1.0' + api 'io.sentry:sentry-android:8.2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework