update version to 5.4.1

This commit is contained in:
tibbi 2023-02-11 23:28:54 +01:00
parent e9568d9e86
commit 8219ef143b
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.keyboard" applicationId "com.simplemobiletools.keyboard"
minSdk 23 minSdk 23
targetSdk 33 targetSdk 33
versionCode 15 versionCode 16
versionName "5.4.0" versionName "5.4.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "keyboard") setProperty("archivesBaseName", "keyboard")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true