diff --git a/app/build.gradle b/app/build.gradle index 7b5b06c..2b77544 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.keyboard" minSdk 23 targetSdk 31 - versionCode 6 - versionName "5.1.0" + versionCode 7 + versionName "5.1.1" multiDexEnabled true setProperty("archivesBaseName", "keyboard") vectorDrawables.useSupportLibrary = true