update version to 3.0.0

This commit is contained in:
tibbi 2017-12-04 19:57:21 +01:00
parent 7ff6f57de1
commit a2f5d57a7f

View File

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