File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # Mon Sep 01 14:55:54 HKT 2025
12distributionBase =GRADLE_USER_HOME
23distributionPath =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
37zipStoreBase =GRADLE_USER_HOME
48zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3-all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ pluginManagement {
1818
1919plugins {
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
2529include " :app"
You can’t perform that action at this time.
0 commit comments