update version to 4.1.0

This commit is contained in:
tibbi 2018-05-25 21:39:10 +02:00
parent d8fd1b7a62
commit 65ac1c26f9

View file

@ -11,8 +11,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 177 versionCode 178
versionName "4.0.0" versionName "4.1.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }