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