target 37

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-08-01 09:49:06 +08:00
parent 55b4fa6fe7
commit 946c7a82f4

View File

@@ -19,7 +19,7 @@ if (!isBuiltInKotlinEnabled) {
android {
namespace = "com.example.piliplus"
compileSdk = flutter.compileSdkVersion
compileSdk = 37
ndkVersion = flutter.ndkVersion
compileOptions {
@@ -30,7 +30,7 @@ android {
defaultConfig {
applicationId = "com.example.piliplus"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
targetSdk = 37
versionCode = flutter.versionCode
versionName = flutter.versionName
}