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"
minSdkVersion 21
targetSdkVersion 34
versionCode 1001
versionName '1.0'
versionCode 1002
versionName '1.2'
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}