diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 47619a3105..02368c3389 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.29.0' + api 'io.sentry:sentry-android:6.30.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework