update version to 5.1.0

This commit is contained in:
tibbi
2020-02-14 23:07:06 +01:00
parent f5a1bbe0e8
commit a95e4cf526

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 21 versionCode 22
versionName "5.0.5" versionName "5.1.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }