update version to 6.26.5

This commit is contained in:
tibbi 2023-03-07 14:34:52 +01:00
parent 61c969ec7c
commit 66050c8014

View file

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.gallery.pro" applicationId "com.simplemobiletools.gallery.pro"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 33 targetSdkVersion 33
versionCode 385 versionCode 386
versionName "6.26.4" versionName "6.26.5"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }