update version to 6.23.6

This commit is contained in:
tibbi 2022-05-15 17:50:30 +02:00
parent c322dd8ae6
commit 86bd40c07d

View file

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.gallery.pro" applicationId "com.simplemobiletools.gallery.pro"
minSdk 21 minSdk 21
targetSdk 31 targetSdk 31
versionCode 364 versionCode 365
versionName "6.23.5" versionName "6.23.6"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }