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 { android {
namespace = "com.example.piliplus" namespace = "com.example.piliplus"
compileSdk = flutter.compileSdkVersion compileSdk = 37
ndkVersion = flutter.ndkVersion ndkVersion = flutter.ndkVersion
compileOptions { compileOptions {
@@ -30,7 +30,7 @@ android {
defaultConfig { defaultConfig {
applicationId = "com.example.piliplus" applicationId = "com.example.piliplus"
minSdk = flutter.minSdkVersion minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion targetSdk = 37
versionCode = flutter.versionCode versionCode = flutter.versionCode
versionName = flutter.versionName versionName = flutter.versionName
} }