We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d61d25 commit 5ac7569Copy full SHA for 5ac7569
1 file changed
packages/flutter/android/build.gradle
@@ -62,8 +62,8 @@ android {
62
}
63
64
dependencies {
65
- api 'io.sentry:sentry-android:8.39.1'
66
- debugImplementation 'io.sentry:sentry-spotlight:8.39.1'
+ api 'io.sentry:sentry-android:8.40.0'
+ debugImplementation 'io.sentry:sentry-spotlight:8.40.0'
67
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
68
69
// Required -- JUnit 4 framework
0 commit comments