update version to 6.23.8

This commit is contained in:
tibbi 2022-05-25 09:58:41 +02:00
parent ae1316ebe8
commit 1af394d1c8

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 366 versionCode 367
versionName "6.23.7" versionName "6.23.8"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }