diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index 9e956927c8..859103b80f 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:6.34.0' + api 'io.sentry:sentry-android:7.0.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework