update version to 6.15.6

This commit is contained in:
tibbi 2020-09-22 23:26:15 +02:00
parent 3daeb06c28
commit b1105ccb70
1 changed files with 2 additions and 2 deletions

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 317 versionCode 318
versionName "6.15.5" versionName "6.15.6"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }