Skip to content

Commit

Permalink
Upgrade Gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 13, 2024
1 parent 89cf10d commit 11993d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sdk/example/testnami/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ pluginManagement {
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
return flutterSdkPath
}()
}
settings.ext.flutterSdkPath = flutterSdkPath()

includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle")

repositories {
google()
Expand All @@ -22,4 +23,4 @@ plugins {
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
}

include ":app"
include ":app"

0 comments on commit 11993d4

Please sign in to comment.