diff --git a/CHANGELOG.md b/CHANGELOG.md index 3556c3283a..328375d2b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Android SDK from v6.15.0 to v8.13.1 ([#238](https://github.com/ente-io/sentry-dart/pull/238)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8131) + - [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...8.13.1) + ## 7.1.0 ### Features diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 453155a951..697af55596 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.13.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }