diff --git a/CHANGELOG.md b/CHANGELOG.md index e97734aeb..5fa96f130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Features -- Bump Android SDK to v6.2.1 ([#945](https://github.com/getsentry/sentry-dart/pull/945)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#621) - - [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.2.1) +- Bump Android SDK to v6.3.0 ([#945](https://github.com/getsentry/sentry-dart/pull/945), [#950](https://github.com/getsentry/sentry-dart/pull/950)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#630) + - [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.3.0) - Bump Cocoa SDK to v7.21.0 ([#947](https://github.com/getsentry/sentry-dart/pull/947)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210) - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.19.0...7.21.0) diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index ef105c252..fd9176464 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.2.1' + api 'io.sentry:sentry-android:6.3.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }