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