diff --git a/flutter/android/build.gradle b/flutter/android/build.gradle index e7f2cf157a..5bb8ed8a20 100644 --- a/flutter/android/build.gradle +++ b/flutter/android/build.gradle @@ -60,7 +60,7 @@ android { } dependencies { - api 'io.sentry:sentry-android:7.2.0' + api 'io.sentry:sentry-android:7.3.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework