Browse Source

1.版本1.0.28打包。

0423x6e6f
wangwanlei 4 weeks ago
parent
commit
6e1a9ebad5
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      app/build.gradle.kts

+ 3
- 3
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 = 26
21
-        versionName = "1.0.25"
20
+        versionCode = 28
21
+        versionName = "1.0.28"
22 22
 
23 23
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
24 24
         vectorDrawables {
@@ -103,7 +103,7 @@ android {
103 103
         val variantName = this.name
104 104
         outputs.all {
105 105
             if (this is com.android.build.gradle.internal.api.ApkVariantOutputImpl){
106
-                val fileName =  "Manage_App-$variantName-$versionName-$versionCode-${releaseTime()}.apk"
106
+                val fileName =  "星火管控桌面-$variantName-$versionName-$versionCode-${releaseTime()}.apk"
107 107
                 this.outputFileName=fileName
108 108
             }
109 109
         }

Loading…
Cancel
Save