home-assistant-android/settings.gradle.kts
Nelson Osacky 46dde1912e
Remove redundant buildscript declaration (#1029)
Update Gradle to 6.6.1, AGP to 4.0.2
Declare root project name
Use lazy task configuration
2020-10-11 13:38:46 -04:00

4 lines
72 B
Plaintext

include(":common", ":app")
rootProject.name = "home-assistant-android"