CI: Fix android build

This commit is contained in:
Mumulhl
2025-08-15 12:37:12 +08:00
parent 8d4dbe809d
commit 76f3631f74
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ android {
defaultConfig {
applicationId = "org.eu.mumulhl.ciyue"
minSdk = 23
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutterVersionCode!!.toInt()
versionName = flutterVersionName
+1 -1
View File
@@ -18,7 +18,7 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.11.1" apply false
id("com.android.application") version "8.12.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}
-2
View File
@@ -1,5 +1,3 @@
synthetic-package: false
arb-dir: lib/l10n
output-dir: lib/src/generated/i18n
template-arb-file: app_en.arb