Commit a7608e84 authored by 马乐's avatar 马乐

1.打包名称

parent e9acb515
...@@ -60,7 +60,7 @@ android { ...@@ -60,7 +60,7 @@ android {
android.applicationVariants.all { variant -> android.applicationVariants.all { variant ->
variant.outputs.all { variant.outputs.all {
if (outputFile != null && outputFileName.endsWith('.apk')){ if (outputFile != null && outputFileName.endsWith('.apk')){
outputFileName = "dms&fr-${buildType.name}-${versionName}.apk" outputFileName = "dms-fr-${buildType.name}-${versionName}.apk"
} }
} }
} }
......
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