update version to 6.16.5

This commit is contained in:
tibbi 2020-10-28 22:05:49 +01:00
parent 6ebf54c799
commit b6ba63fab3

View file

@ -17,8 +17,8 @@ android {
applicationId "com.simplemobiletools.gallery.pro" applicationId "com.simplemobiletools.gallery.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 323 versionCode 324
versionName "6.16.4" versionName "6.16.5"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }