mirror of
https://github.com/home-assistant/android.git
synced 2025-07-23 00:28:23 +00:00
Move includeBuild outside of pluginManegement (#5508)
This commit is contained in:
@ -3,8 +3,9 @@ include(":common", ":app", ":wear", ":automotive", ":testing-unit", ":lint")
|
|||||||
|
|
||||||
rootProject.name = "home-assistant-android"
|
rootProject.name = "home-assistant-android"
|
||||||
|
|
||||||
|
includeBuild("build-logic")
|
||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
includeBuild("build-logic")
|
|
||||||
repositories {
|
repositories {
|
||||||
google {
|
google {
|
||||||
content {
|
content {
|
||||||
|
Reference in New Issue
Block a user