Sfoglia il codice sorgente

修改

授权码生成工具
liup 3 mesi fa
parent
commit
74f0aa02a0
2 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. +3
    -3
      app/release/output-metadata.json
  2. +2
    -2
      build.gradle

+ 3
- 3
app/release/output-metadata.json Vedi 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 Vedi 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"


Caricamento…
Annulla
Salva