|
@@ -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
|
}
|