build: update compile and target sdk version

This commit is contained in:
PeanutMelonSeedBigAlmond
2025-09-29 13:06:38 +08:00
parent ccd976c0fd
commit 4439134ef3

View File

@@ -6,7 +6,7 @@ plugins {
android {
namespace = "com.lifegpc.ehf"
compileSdk = 35
compileSdk = 36
ndkVersion = flutter.ndkVersion
compileOptions {
@@ -30,7 +30,7 @@ android {
defaultConfig {
applicationId = "com.lifegpc.ehf"
minSdk = flutter.minSdkVersion
targetSdk = 34
targetSdk = 36
versionCode = flutter.versionCode
versionName = flutter.versionName
}