update version to 5.3.1

This commit is contained in:
tibbi 2022-10-10 17:34:37 +02:00
parent 986dbc79c0
commit 1ffed5d1e5
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 12 versionCode 13
versionName "5.3.0" versionName "5.3.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "keyboard") setProperty("archivesBaseName", "keyboard")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true