Skip to content

Commit 8cbc0ca

Browse files
committed
aligns with flutter/flutter template defaults
1 parent 995e2d1 commit 8cbc0ca

File tree

42 files changed

+84
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+84
-84
lines changed

packages/animations/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ pluginManagement {
2020
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2121
plugins {
2222
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
23-
id "com.android.application" version "8.11.0" apply false
24-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
23+
id "com.android.application" version "8.11.1" apply false
24+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2525
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2626
}
2727

packages/camera/camera/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525

2626
}

packages/camera/camera_android/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

packages/camera/camera_android_camerax/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

packages/espresso/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525

2626
}

packages/extension_google_sign_in_as_googleapis_auth/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
id "com.google.gms.google-services" version "4.3.15" apply false
2626
}

packages/file_selector/file_selector/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

packages/file_selector/file_selector_android/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

packages/flutter_plugin_android_lifecycle/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ buildscript {
3030

3131
plugins {
3232
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
33-
id "com.android.application" version "8.11.0" apply false
34-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
33+
id "com.android.application" version "8.11.1" apply false
34+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
3535
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
3636
}
3737

packages/go_router/example/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.11.0" apply false
23-
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

0 commit comments

Comments
 (0)