update version to 5.9.1

This commit is contained in:
tibbi
2022-06-19 18:21:40 +02:00
parent 497bd86e9f
commit ca70cedc22

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 42 versionCode 43
versionName "5.9.0" versionName "5.9.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }