update version to 5.10.0

This commit is contained in:
tibbi 2022-08-28 23:32:51 +02:00
parent 04b220cd86
commit 9f3ffc7b95

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 46 versionCode 47
versionName "5.9.4" versionName "5.10.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }