build fix

This commit is contained in:
Yuriy Liskov
2020-04-05 22:36:38 +03:00
parent fa40df4ee3
commit 98ea92c413

View File

@@ -37,7 +37,7 @@ android {
def version = variant.versionName
def flavor = variant.productFlavors[-1].name
def newApkName = sprintf("%s_%s_v%s_%s.apk", [project, flavor, version, buildType])
def newApkName = sprintf("%s_v%s_%s_%s.apk", [project, version, flavor, buildType])
output.outputFileName = new File(newApkName)
}