This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fyf
/
AndroidSmartClient
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
修改
授权码生成工具
liup
3 months ago
parent
c9eff2e341
commit
74f0aa02a0
2 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/release/output-metadata.json
+2
-2
build.gradle
+ 3
- 3
app/release/output-metadata.json
View File
@@ -11,9 +11,9 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 10
5
,
"versionName": "1.0.
5
",
"outputFile": "boluo-xiaochao-v10
5-202409191426-unsigned
-release.apk"
"versionCode": 10
6
,
"versionName": "1.0.
6
",
"outputFile": "boluo-xiaochao-v10
6-202409192051
-release.apk"
}
],
"elementType": "File"
+ 2
- 2
build.gradle
View File
@@ -35,8 +35,8 @@ task clean(type: Delete) {
ext { // 统一版本入口
//App版本号
versionCode = 10
5
versionName = "1.0.
5
"
versionCode = 10
7
versionName = "1.0.
7
"
// 支持Android版本
buildToolsVersion = "33.0.0"
Write
Preview
Loading…
Cancel
Save