Use double quotes in Gradle scripts

This commit is contained in:
Kirill Kamakin
2022-07-09 10:17:02 +02:00
parent aa02afb997
commit bd21947c08
2 changed files with 20 additions and 20 deletions

View File

@@ -6,4 +6,4 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Mealient"
include ':app'
include ":app"