update version to 6.19.5

This commit is contained in:
tibbi 2021-03-31 12:13:56 +02:00
parent 0e36f653e5
commit 7ccaa2d94e

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 339 versionCode 340
versionName "6.19.4" versionName "6.19.5"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }