build: update gradle, AGP and target SDK version

This commit is contained in:
PeanutMelonSeedBigAlmond
2025-09-28 23:21:33 +08:00
parent 8d9fe6a2e3
commit 12073e3014
5 changed files with 30 additions and 26 deletions

View File

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