diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 19ef969534..1a0d0cf12b 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,6 +60,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.23.0' + api 'io.sentry:sentry-android:6.25.2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }