diff --git a/CHANGELOG.md b/CHANGELOG.md index 3556c3283a..d8eed18cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.15.0 to v8.19.1 ([#261](https://github.com/ente-io/sentry-dart/pull/261)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8191) + - [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...8.19.1) + ## 7.1.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 453155a951..0434591753 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.15.0' + api 'io.sentry:sentry-android:8.19.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }