diff --git a/packages/flutter/android/build.gradle b/packages/flutter/android/build.gradle index fb7d78d1c6..f947dcd144 100644 --- a/packages/flutter/android/build.gradle +++ b/packages/flutter/android/build.gradle @@ -62,8 +62,8 @@ android { } dependencies { - api 'io.sentry:sentry-android:8.52.0' - debugImplementation 'io.sentry:sentry-spotlight:8.52.0' + api 'io.sentry:sentry-android:8.53.0' + debugImplementation 'io.sentry:sentry-spotlight:8.53.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" // Required -- JUnit 4 framework