update version to 4.2.1

This commit is contained in:
tibbi 2018-06-20 23:23:04 +02:00
parent a76c716173
commit 5b0438daa5

View file

@ -11,8 +11,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 180 versionCode 181
versionName "4.2.0" versionName "4.2.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }