update version to 5.0.3

This commit is contained in:
tibbi
2019-04-07 22:37:07 +02:00
parent 586f0bd960
commit fa339999b7

View File

@ -14,8 +14,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 18 versionCode 19
versionName "5.0.2" versionName "5.0.3"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }