Skip to content

Commit 38789b5

Browse files
feat: support 3.29
1 parent 4c126e6 commit 38789b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

example/android/settings.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pluginManagement {
22
def flutterSdkPath = {
3-
def properties = new Properties()
3+
def properties = new Properties()
44
file("local.properties").withInputStream { properties.load(it) }
5-
def flutterSdkPath = properties.getProperty("flutter.sdk")
6-
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
5+
def flutterSdkPath = properties.getProperty("flutter.sdk")
6+
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
77
return flutterSdkPath
88
}()
99

@@ -13,6 +13,8 @@ assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
1313
google()
1414
mavenCentral()
1515
gradlePluginPortal()
16+
maven { url 'https://storage.googleapis.com/flutter-plugins' }
17+
1618
}
1719
}
1820

0 commit comments

Comments
 (0)