|
@@ -144,8 +144,8 @@ aaptOptions.useNewCruncher = false
|
|
|
applicationId app_id
|
|
applicationId app_id
|
|
|
minSdkVersion rootProject.ext.minSdkVersion
|
|
minSdkVersion rootProject.ext.minSdkVersion
|
|
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
|
|
- versionCode 23
|
|
|
|
|
- versionName "1.0.1"
|
|
|
|
|
|
|
+ versionCode 24
|
|
|
|
|
+ versionName "1.0.0"
|
|
|
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
|
|
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
|
|
|
// manifestPlaceholders = [
|
|
// manifestPlaceholders = [
|
|
|
// JPUSH_APPKEY: "7cf918ada725a9e9aecc8a17", //在此替换你的APPKey
|
|
// JPUSH_APPKEY: "7cf918ada725a9e9aecc8a17", //在此替换你的APPKey
|