Skip to content

Commit 0c15fb5

Browse files
committed
Update Android toolchain
4 parents ae5e14d + 973a47b + 5b008e1 + 5c4237c commit 0c15fb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo_app/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-all.zip

demo_app/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.7.2" apply false
22-
id "org.jetbrains.kotlin.android" version "2.0.21" apply false
21+
id "com.android.application" version "8.8.1" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.10" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)