update version to 3.0.1

This commit is contained in:
tibbi 2017-12-07 12:32:03 +01:00
parent c13340a4a0
commit bd3e8cce1b

View File

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