Skip to content

Commit 6bc6894

Browse files
committed
all spaces fixed
1 parent 995e2d1 commit 6bc6894

File tree

42 files changed

+113
-113
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

+113
-113
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ pluginManagement {
1818

1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
21-
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
24-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
21+
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
24+
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

2727
include ":app"

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ pluginManagement {
1818

1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
21-
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
24-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
25-
id "com.google.gms.google-services" version "4.3.15" apply false
21+
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
24+
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
25+
id "com.google.gms.google-services" version "4.3.15" apply false
2626
}
2727

2828
include ":app"

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

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

1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
21-
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
24-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
21+
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
24+
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

2727
include ":app"

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

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

1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
21-
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
24-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
21+
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
24+
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

2727
include ":app"

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ pluginManagement {
1818

1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
21-
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
24-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
21+
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22+
id "com.android.application" version "8.11.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
24+
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}
2626

2727
include ":app"

0 commit comments

Comments
 (0)