Browse Source

1.正式版1.0.21打包。

20241218TB223FC(测试jar包)
wangwanlei 2 months ago
parent
commit
6451ffe004
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/build.gradle.kts

+ 2
- 2
app/build.gradle.kts View File

@@ -17,8 +17,8 @@ android {
17 17
         applicationId = "com.xhkjedu.manageapp"
18 18
         minSdk = 24
19 19
         targetSdk = 30
20
-        versionCode = 21
21
-        versionName = "1.0.20"
20
+        versionCode = 22
21
+        versionName = "1.0.21"
22 22
 
23 23
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24 24
         vectorDrawables {

Loading…
Cancel
Save