update version to 5.0.2

This commit is contained in:
tibbi 2022-02-07 19:56:30 +01:00
parent 749356bab1
commit 0d2990f701
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 2 versionCode 3
versionName "5.0.1" versionName "5.0.2"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "keyboard") setProperty("archivesBaseName", "keyboard")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true