diff --git a/app/build.gradle b/app/build.gradle index c537af2..0b2d2d9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.keyboard" minSdk 23 targetSdk 33 - versionCode 12 - versionName "5.3.0" + versionCode 13 + versionName "5.3.1" multiDexEnabled true setProperty("archivesBaseName", "keyboard") vectorDrawables.useSupportLibrary = true