Revert "chore: bump flutter version"

This reverts commit 47fd90e4a5.
This commit is contained in:
bggRGjQaUbCoE
2024-12-22 10:40:52 +08:00
parent 6f5bd626b4
commit fe2b4f6735
6 changed files with 53 additions and 61 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) {