mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-07 09:40:09 +08:00
Reapply "chore: bump flutter version"
mod: disable impeller, ref Kazumi
This reverts commit fe2b4f6735.
This commit is contained in:
@@ -16,6 +16,14 @@ allprojects {
|
||||
rootProject.buildDir = '../build'
|
||||
subprojects {
|
||||
afterEvaluate { project ->
|
||||
if (project.hasProperty('android')) {
|
||||
project.android {
|
||||
if (namespace == null) {
|
||||
namespace project.group
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.extensions.findByName("android") != null) {
|
||||
Integer pluginCompileSdk = project.android.compileSdk
|
||||
if (pluginCompileSdk != null && pluginCompileSdk < 31) {
|
||||
|
||||
Reference in New Issue
Block a user