diff --git a/CHANGELOG.md b/CHANGELOG.md index 603b4785ae..bdd7d53337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Dependencies +- Bump Android SDK from v8.20.0 to v8.21.1 ([#3243](https://github.com/getsentry/sentry-dart/pull/3243)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211) + - [diff](https://github.com/getsentry/sentry-java/compare/8.20.0...8.21.1) - Bump Cocoa SDK from v8.54.0 to v8.55.1 ([#3234](https://github.com/getsentry/sentry-dart/pull/3234)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.54.0...8.55.1) diff --git a/min_version_test/pubspec.yaml b/min_version_test/pubspec.yaml index a410eefea7..9c8318f522 100644 --- a/min_version_test/pubspec.yaml +++ b/min_version_test/pubspec.yaml @@ -34,6 +34,7 @@ dependencies: sentry_logging: dio: any # This gets constrained by `sentry_dio` logging: any # This gets constrained by `sentry_logging` + package_info_plus: 8.3.1 # version 9 and above requires at least AGP 8.12.1 flutter: any dev_dependencies: diff --git a/packages/flutter/android/build.gradle b/packages/flutter/android/build.gradle index 057c403646..43fdcab75b 100644 --- a/packages/flutter/android/build.gradle +++ b/packages/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:8.20.0' + api 'io.sentry:sentry-android:8.21.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework