mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-11 01:20:52 +01:00
append the generated .apk file with the current version code
This commit is contained in:
parent
b7ab5526c3
commit
a5aa16c01e
@ -20,7 +20,7 @@ android {
|
||||
versionCode 294
|
||||
versionName "6.12.5"
|
||||
multiDexEnabled true
|
||||
setProperty("archivesBaseName", "gallery")
|
||||
setProperty("archivesBaseName", "gallery-$versionCode")
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user