打包正式版本

This commit is contained in:
amos
2025-12-16 16:37:46 +08:00
parent 61de42b3e0
commit aec9592e6f
2 changed files with 7 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "com.memory.app"
minSdk = 26
targetSdk = 35
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.1.0"
buildConfigField("String", "API_BASE_URL", "\"https://x.amos.us.kg/api/\"")
}
@@ -50,6 +50,11 @@ android {
compose = true
buildConfig = true
}
lint {
checkReleaseBuilds = false
abortOnError = false
}
}
dependencies {

Binary file not shown.