Browse Source

修改

授权码生成工具
liup 3 months ago
parent
commit
74f0aa02a0
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      app/release/output-metadata.json
  2. +2
    -2
      build.gradle

+ 3
- 3
app/release/output-metadata.json View File

@@ -11,9 +11,9 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 105,
"versionName": "1.0.5",
"outputFile": "boluo-xiaochao-v105-202409191426-unsigned-release.apk"
"versionCode": 106,
"versionName": "1.0.6",
"outputFile": "boluo-xiaochao-v106-202409192051-release.apk"
}
],
"elementType": "File"

+ 2
- 2
build.gradle View File

@@ -35,8 +35,8 @@ task clean(type: Delete) {

ext { // 统一版本入口
//App版本号
versionCode = 105
versionName = "1.0.5"
versionCode = 107
versionName = "1.0.7"

// 支持Android版本
buildToolsVersion = "33.0.0"


Loading…
Cancel
Save