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