diff --git a/app/build.gradle b/app/build.gradle index d4e827265..f6ac739f8 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "helium314.keyboard" minSdkVersion 21 targetSdkVersion 34 - versionCode 1001 - versionName '1.0' + versionCode 1002 + versionName '1.2' ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' }