diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index d73fc8633..62c3ca676 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -54,6 +54,6 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.8.0' + api 'io.sentry:sentry-android:6.9.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" }