update version to 5.5.1

This commit is contained in:
tibbi 2021-02-05 22:59:30 +01:00
parent 12aca5d182
commit 82b07e86aa

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 33 versionCode 34
versionName "5.5.0" versionName "5.5.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }