update version to 6.15.5

This commit is contained in:
tibbi 2020-09-16 21:19:33 +02:00
parent 6325121969
commit 61c8f9e080

View File

@ -17,8 +17,8 @@ android {
applicationId "com.simplemobiletools.gallery.pro" applicationId "com.simplemobiletools.gallery.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 316 versionCode 317
versionName "6.15.4" versionName "6.15.5"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }