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

@@ -35,10 +35,10 @@ def _keyAlias = System.getenv("KEY_ALIAS") ?: keystoreProperties["keyAlias"]
def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassword"]
android {
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion 34
namespace 'com.example.pilipalax'
ndkVersion "27.0.12077973"
ndkVersion flutter.ndkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -61,7 +61,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
minSdkVersion flutter.minSdkVersion
minSdkVersion 21
multiDexEnabled true
}