Browse Source

1.正式版1.0.17打包。

20241218TB223FC(测试jar包)
wangwanlei 4 months ago
parent
commit
3b940e5d26
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 = 17
21
-        versionName = "1.0.16"
20
+        versionCode = 18
21
+        versionName = "1.0.17"
22 22
 
23 23
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24 24
         vectorDrawables {

Loading…
Cancel
Save