|
|
@@ -41,7 +41,7 @@ android {
|
|
|
if (outputFile != null && outputFile.name.endsWith('.apk')) {
|
|
|
if (variant.buildType.name.equals('release')) {
|
|
|
def releaseInfo = getVersionName()
|
|
|
- fileName = "微浦_RELEASE_${releaseInfo}.apk"
|
|
|
+ fileName = "微浦_WMS_Workshop_RELEASE_${releaseInfo}.apk"
|
|
|
} else if (variant.buildType.name.equals('debug')) {
|
|
|
def debugInfo = getVersionName()
|
|
|
fileName = "UAS_PDA_WANLIDA_DEBUG_${debugInfo}.apk"
|