update version to 6.25.1

This commit is contained in:
tibbi 2022-10-03 17:42:31 +02:00
parent 503080c83f
commit 66a4e1be99

View file

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.gallery.pro" applicationId "com.simplemobiletools.gallery.pro"
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 375 versionCode 376
versionName "6.25.0" versionName "6.25.1"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }