update version to 6.23.3

This commit is contained in:
tibbi 2022-05-03 11:04:55 +02:00
parent 146a1b1d69
commit 9a592d77b4

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.gallery.pro" applicationId "com.simplemobiletools.gallery.pro"
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 361 versionCode 362
versionName "6.23.2" versionName "6.23.3"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }