Browse Source

1.管控应用1.0.33打包

2025_1_17_tb223fc
wangwanlei 5 days ago
parent
commit
e9717c6595
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 = 29
19 19
         targetSdk = 30
20
-        versionCode = 32
21
-        versionName = "1.0.32"
20
+        versionCode = 33
21
+        versionName = "1.0.33"
22 22
 
23 23
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24 24
         vectorDrawables {

Loading…
Cancel
Save