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"
minSdkVersion 16
targetSdkVersion 27
versionCode 7
versionName "2.0.0"
versionCode 8
versionName "3.0.0"
multiDexEnabled true
setProperty("archivesBaseName", "app-launcher")
}