update version to 6.26.4

This commit is contained in:
tibbi 2023-02-27 09:47:28 +01:00
parent c4dafe8fb7
commit 3eb1cfe6ab
1 changed files with 2 additions and 2 deletions

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 384 versionCode 385
versionName "6.26.3" versionName "6.26.4"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }