Skip to content

Commit 38a9b67

Browse files
author
hongpei
committed
版本号更新
1 parent 48844f1 commit 38a9b67

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.example.proscan" // 可选:修改应用包名
1010
minSdkVersion 29
1111
targetSdkVersion 33
12-
versionCode 2
13-
versionName "1.1"
12+
versionCode 3
13+
versionName "2.0"
1414
}
1515

1616
signingConfigs {
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 2,
15-
"versionName": "1.1",
14+
"versionCode": 3,
15+
"versionName": "2.0",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

0 commit comments

Comments
 (0)