一键连版本更新
This commit is contained in:
parent
5662385e6c
commit
5c2586d4e0
|
|
@ -56,8 +56,8 @@ subprojects {
|
|||
}
|
||||
minSdk = 23
|
||||
targetSdk = 34
|
||||
versionName = "1.0.5.4"
|
||||
versionCode = 1054
|
||||
versionName = "1.0.5.5"
|
||||
versionCode = 1055
|
||||
resValue("string", "release_name", "v$versionName")
|
||||
resValue("integer", "release_code", "$versionCode")
|
||||
externalNativeBuild {
|
||||
|
|
@ -85,7 +85,7 @@ subprojects {
|
|||
}
|
||||
productFlavors {
|
||||
flavorDimensions("feature")
|
||||
create("0168") {
|
||||
create("8888") {
|
||||
isDefault = true
|
||||
dimension = flavorDimensionList[0]
|
||||
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
|
||||
|
|
@ -93,7 +93,7 @@ subprojects {
|
|||
buildConfigField("boolean", "is_back_cn", "false")
|
||||
buildConfigField("String", "applicationId", "\"com.jsq.wufu\"")
|
||||
buildConfigField("String", "service_url", "\"https://api.yijianlianjsq.com/\"")
|
||||
buildConfigField("String", "productId", "\"0168\"")
|
||||
buildConfigField("String", "productId", "\"8888\"")
|
||||
manifestPlaceholders(
|
||||
mapOf(
|
||||
"APP_NAME" to "@string/wf",
|
||||
|
|
@ -103,7 +103,7 @@ subprojects {
|
|||
}
|
||||
}
|
||||
sourceSets {
|
||||
getByName("0168") {
|
||||
getByName("8888") {
|
||||
java.srcDirs("src/foss/java")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,6 @@ pluginManagement {
|
|||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
//plugins {
|
||||
// kotlin("jvm") version "1.9.21"
|
||||
//}
|
||||
dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue