Commit 333b6b9d authored by jianglx's avatar jianglx

修改生成APK的名称

parent e5bc9345
...@@ -57,7 +57,7 @@ android { ...@@ -57,7 +57,7 @@ android {
variant.outputs.all { variant.outputs.all {
if (variant.buildType.name == 'release') { if (variant.buildType.name == 'release') {
def productVersion = "RV" + releaseTime() + "V" + defaultConfig.versionName + "Release" + ".apk"; def productVersion = "Rv" + releaseTime() + "V" + defaultConfig.versionName + "_Release_"+productFlavors[0].name + ".apk";
outputFileName = productVersion outputFileName = productVersion
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment