Skip to content

Commit

Permalink
Fix URI Syntax Exception in settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
KDvs123 committed Mar 31, 2024
1 parent 2303de5 commit 97277d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ pluginManagement {
}
settings.ext.flutterSdkPath = flutterSdkPath()

includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle")
includeBuild("${settings.ext.flutterSdkPath.replace('\\', '/')}/packages/flutter_tools/gradle")


repositories {
google()
Expand Down

0 comments on commit 97277d1

Please sign in to comment.