update version to 5.0.1

This commit is contained in:
tibbi 2022-02-03 00:08:58 +01:00
parent a9c243c70f
commit 369c3a46f1

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.keyboard" applicationId "com.simplemobiletools.keyboard"
minSdk 23 minSdk 23
targetSdk 30 targetSdk 30
versionCode 1 versionCode 2
versionName "5.0.0" versionName "5.0.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "keyboard") setProperty("archivesBaseName", "keyboard")
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true