update version to 4.1.0

This commit is contained in:
tibbi 2018-08-10 15:20:07 +02:00
parent 8e703e02b4
commit 358bd52658

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 13 versionCode 14
versionName "4.0.0" versionName "4.1.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }