Browse Source

1.更新1.0.7

20241218TB223FC(测试jar包)
wangwanlei 8 months ago
parent
commit
c51cef4484
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 = 7
21
-        versionName = "1.0.6"
20
+        versionCode = 8
21
+        versionName = "1.0.7"
22 22
 
23 23
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24 24
         vectorDrawables {

Loading…
Cancel
Save