update version to 5.9.4

This commit is contained in:
tibbi 2022-08-02 13:24:50 +02:00
parent 478d8b5569
commit 7ceef17eb1

View File

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