update version to 3.3.1

This commit is contained in:
tibbi 2018-01-29 00:15:02 +01:00
parent c5cd4cb6a7
commit 2a04d82285

View file

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 158 versionCode 159
versionName "3.3.0" versionName "3.3.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }