Skip to content

Commit 995e2d1

Browse files
committed
double quotes to align with the rest
1 parent 952418d commit 995e2d1

File tree

1 file changed

+1
-1
lines changed
  • packages/shared_preferences/shared_preferences_android/example/android

1 file changed

+1
-1
lines changed

packages/shared_preferences/shared_preferences_android/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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
22+
id "com.android.application" version "8.11.0" apply false
2323
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}

0 commit comments

Comments
 (0)