Closed Qdafengzi closed 2 months ago
@Qdafengzi Im preparing the update, however if someone has this issue it can be solved temporarily like this
subprojects {
afterEvaluate { project ->
if (project.hasProperty("android")) {
project.android.compileSdkVersion = 30
}
}
}