Use brackets for all function calls

This commit is contained in:
Kirill Kamakin
2022-07-29 19:50:32 +02:00
parent bd21947c08
commit 33bd8ba820
3 changed files with 71 additions and 69 deletions

View File

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