upgrade version, update translations and changelog

This commit is contained in:
Helium314 2024-03-31 21:55:01 +02:00
parent 252b435fd3
commit f859e80aca
11 changed files with 565 additions and 109 deletions

View file

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