chore: bump flutter version

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-17 15:14:04 +08:00
parent ed4d2685b4
commit 47fd90e4a5
6 changed files with 61 additions and 53 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 34
compileSdkVersion flutter.compileSdkVersion
namespace 'com.example.pilipalax'
ndkVersion flutter.ndkVersion
ndkVersion "27.0.12077973"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -61,7 +61,7 @@ android {
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
minSdkVersion 21
minSdkVersion flutter.minSdkVersion
multiDexEnabled true
}