Skip to content

Commit e0c0d83

Browse files
committed
fixup!: revert some changes
1 parent 2961096 commit e0c0d83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/settings.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/* def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
2+
def properties = new Properties()
3+
assert localPropertiesFile.exists()
4+
localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
5+
def flutterSdkPath = properties.getProperty("flutter.sdk")
6+
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
7+
apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
8+
*/
19
pluginManagement {
210
def flutterSdkPath = {
311
def properties = new Properties()

0 commit comments

Comments
 (0)