Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading