diff --git a/app/build.gradle b/app/build.gradle index 4ef412c7..f4d17d54 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.keyboard" minSdk 23 targetSdk 30 - versionCode 4 - versionName "5.0.3" + versionCode 5 + versionName "5.0.4" multiDexEnabled true setProperty("archivesBaseName", "keyboard") vectorDrawables.useSupportLibrary = true