diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 9849add101..074b7a6e2b 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.10.0' + api 'io.sentry:sentry-android:6.11.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }