Skip to content
Merged
Changes from all commits
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
chore(sample): Upgrade SAGP to v4.2.0 in the flutter example app
  • Loading branch information
krystofwoldrich authored Feb 5, 2024
commit b8dae1232fdcaa3c23ff0d184965d813e8ab3673
2 changes: 1 addition & 1 deletion flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'io.sentry:sentry-android-gradle-plugin:3.5.0'
classpath 'io.sentry:sentry-android-gradle-plugin:4.2.0'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'io.github.howardpang:androidNativeBundle:1.1.3'
Expand Down