You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[various] Update Android example toolchains (flutter#9062)
Almost all packages in the repository are using AGP 8.5+ and KGP 1.9+, but a few are still using older versions, and Flutter `master` prints warnings that they will be unsupported in future Flutter versions. This updates them to match the rest of the repo, to avoid later breakage.
Copy file name to clipboardExpand all lines: packages/flutter_markdown/example/android/settings.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ pluginManagement {
19
19
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
20
20
plugins {
21
21
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22
-
id "com.android.application" version "8.1.0" apply false
22
+
id "com.android.application" version "8.5.1" apply false
23
23
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
24
24
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
Copy file name to clipboardExpand all lines: packages/go_router/example/android/settings.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ pluginManagement {
19
19
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
20
20
plugins {
21
21
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22
-
id "com.android.application" version "8.1.0" apply false
22
+
id "com.android.application" version "8.5.1" apply false
23
23
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
24
24
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
Copy file name to clipboardExpand all lines: packages/rfw/example/hello/android/settings.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ pluginManagement {
19
19
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
20
20
plugins {
21
21
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22
-
id "com.android.application" version "8.1.0" apply false
22
+
id "com.android.application" version "8.5.1" apply false
23
23
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
24
24
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
0 commit comments