Skip to content

Commit 2418f2e

Browse files
Update AGP, gradle, and kotlin
1 parent 2fa01d0 commit 2418f2e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
#Mon Sep 01 14:55:54 HKT 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
4+
# AGP, gradle, and kotlin versions is a 3-element tuple.
5+
# See https://github.com/flutter/flutter/blob/3.32.8/dev/devicelab/bin/tasks/android_java17_dependency_smoke_tests.dart#L34
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
37
zipStoreBase=GRADLE_USER_HOME
48
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip

example/android/settings.gradle

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

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.1.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
21+
// AGP, gradle, and kotlin versions is a 3-element tuple.
22+
// See https://github.com/flutter/flutter/blob/3.32.8/dev/devicelab/bin/tasks/android_java17_dependency_smoke_tests.dart#L34
23+
id "com.android.application" version "8.7.0" apply false
24+
// AGP, gradle, and kotlin versions is a 3-element tuple.
25+
// See https://github.com/flutter/flutter/blob/3.32.8/dev/devicelab/bin/tasks/android_java17_dependency_smoke_tests.dart#L34
26+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2327
}
2428

2529
include ":app"

0 commit comments

Comments
 (0)