import translations, upgrade version

This commit is contained in:
Helium314 2024-05-20 22:26:26 +02:00
parent 1a1c8890f6
commit c566c93bff
55 changed files with 1378 additions and 144 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "helium314.keyboard"
minSdkVersion 21
targetSdkVersion 34
versionCode 1004
versionName '1.3'
versionCode 2000
versionName '2.0-alpha1'
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}