update version to 6.19.2

This commit is contained in:
tibbi 2021-02-19 19:55:12 +01:00
parent b0c664842f
commit bbef2b2e9b

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 336 versionCode 337
versionName "6.19.1" versionName "6.19.2"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }