update version to 5.5.2

This commit is contained in:
tibbi 2021-03-21 10:13:42 +01:00
parent b4f42511d1
commit cf0598a447

View File

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