update version

This commit is contained in:
Helium314 2024-04-02 17:28:23 +02:00
parent 39e00276fe
commit 8d546fad5e

View file

@ -10,8 +10,8 @@ android {
applicationId "helium314.keyboard" applicationId "helium314.keyboard"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 1001 versionCode 1002
versionName '1.0' versionName '1.2'
ndk { ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
} }