Skip to content

Commit

Permalink
migrate app to gradle plugin dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed May 24, 2024
1 parent 3782543 commit ddd9587
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,4 @@ plugins {
id "org.jetbrains.kotlin.android" version "1.8.0" apply false
}

include ":app"







// include ':app'

// def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
// def properties = new Properties()

// assert localPropertiesFile.exists()
// localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }

// def flutterSdkPath = properties.getProperty("flutter.sdk")
// assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
// apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
include ":app"

0 comments on commit ddd9587

Please sign in to comment.