update version to 4.0.0

This commit is contained in:
tibbi 2018-05-22 19:27:38 +02:00
parent 7f9090ecdf
commit fec0002781

View File

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