append the generated .apk file with the current version code
This commit is contained in:
parent
b7ab5526c3
commit
a5aa16c01e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ android {
|
||||||
versionCode 294
|
versionCode 294
|
||||||
versionName "6.12.5"
|
versionName "6.12.5"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
setProperty("archivesBaseName", "gallery")
|
setProperty("archivesBaseName", "gallery-$versionCode")
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue