update version to 6.18.0

This commit is contained in:
tibbi 2020-12-08 10:28:58 +01:00
parent 3dd4e18e51
commit 3eba8cc361

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 328 versionCode 330
versionName "6.17.3" versionName "6.18.0"
setProperty("archivesBaseName", "gallery-$versionCode") setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }