mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-18 04:50:36 +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
|
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…
x
Reference in New Issue
Block a user