Reapply "chore: bump flutter version"

mod: disable impeller, ref Kazumi

This reverts commit fe2b4f6735.
This commit is contained in:
bggRGjQaUbCoE
2024-12-25 16:31:09 +08:00
parent a7fb8f6007
commit f6406f47a6
7 changed files with 66 additions and 54 deletions

View File

@@ -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) {