Skip to content

Commit 5ac7569

Browse files
chore: update packages/flutter/scripts/update-android.sh to 8.40.0 (#3663)
Co-authored-by: GitHub <noreply@github.com>
1 parent 3d61d25 commit 5ac7569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/flutter/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ android {
6262
}
6363

6464
dependencies {
65-
api 'io.sentry:sentry-android:8.39.1'
66-
debugImplementation 'io.sentry:sentry-spotlight:8.39.1'
65+
api 'io.sentry:sentry-android:8.40.0'
66+
debugImplementation 'io.sentry:sentry-spotlight:8.40.0'
6767
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6868

6969
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)