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
2 changes: 1 addition & 1 deletion android/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
// `kotlinOptions` DSL that Flutter plugins still emit. Holding
// these at the last known-good combo until the ecosystem migrates.
// Dependabot is configured to skip these bumps — see .github/dependabot.yml.
id("com.android.application") version "8.11.1" apply false
id("com.android.application") version "8.13.2" apply false
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
// Protobuf codegen — pulls protoc as a managed artifact from Maven so
// a system-wide protoc install isn't required.
Expand Down
Loading