workaround for gradle/gradle#16608
This commit is contained in:
parent
c54355ef43
commit
e7b5795755
|
|
@ -17,6 +17,6 @@ dependencyResolutionManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = "api"
|
rootProject.name = "libxposed-api"
|
||||||
|
|
||||||
include(":api")
|
include(":api")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue