Revert "Reapply "chore: bump flutter version""

Closes #59

This reverts commit f6406f47a6.
This commit is contained in:
bggRGjQaUbCoE
2024-12-28 09:34:17 +08:00
parent 821a6ad4b2
commit 51f87cc49c
7 changed files with 31 additions and 43 deletions

View File

@@ -16,14 +16,6 @@ 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) {