include system apps
This commit is contained in:
parent
2fde531964
commit
c065a013fc
3 changed files with 12 additions and 1 deletions
|
|
@ -10,6 +10,13 @@ subprojects {
|
|||
project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||
}
|
||||
subprojects {
|
||||
afterEvaluate { project ->
|
||||
if (project.hasProperty("android")) {
|
||||
project.android {
|
||||
compileSdkVersion 34
|
||||
}
|
||||
}
|
||||
}
|
||||
project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||
project.evaluationDependsOn(':app') // Ensure dependencies are evaluated correctly
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue