append the generated .apk file with the current version code

This commit is contained in:
tibbi 2020-02-28 19:57:45 +01:00
parent b7ab5526c3
commit a5aa16c01e

View file

@ -20,7 +20,7 @@ android {
versionCode 294
versionName "6.12.5"
multiDexEnabled true
setProperty("archivesBaseName", "gallery")
setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true
}