update version to 5.0.4

This commit is contained in:
tibbi 2022-03-09 15:22:59 +01:00
parent 3735d727f4
commit 67e411b74a
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 30 targetSdk 30
versionCode 4 versionCode 5
versionName "5.0.3" versionName "5.0.4"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "keyboard") setProperty("archivesBaseName", "keyboard")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true