Skip to content

Commit

Permalink
Rename output apk
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Feb 23, 2020
1 parent ef8d3d5 commit 5ca7bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private getRenamedApkName(variant) {
def currentDate = getCurrentDate()
def buildTypeName = variant.buildType.name

"${archivesBaseName}_$versionName($versionCode)_$currentDate" +
"${archivesBaseName}_${versionName}_${versionCode}_$currentDate" +
"_${currentGitBranchName}_$buildTypeName" +
".apk"
}
Expand Down

0 comments on commit 5ca7bc2

Please sign in to comment.