update version to 6.17.1

This commit is contained in:
tibbi 2020-11-03 10:26:29 +01:00
parent 4ab2b6a437
commit 27ce2b772f

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 325 versionCode 326
versionName "6.17.0" versionName "6.17.1"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }