mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-16 04:12:02 +00:00
update version
This commit is contained in:
parent
00ae92318d
commit
003ec854ab
2 changed files with 13 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId = "helium314.keyboard"
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
versionCode = 3003
|
||||
versionName = "3.0-alpha3"
|
||||
versionCode = 3004
|
||||
versionName = "3.0-beta1"
|
||||
ndk {
|
||||
abiFilters.clear()
|
||||
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))
|
||||
|
|
11
fastlane/metadata/android/en-US/changelogs/3004.txt
Normal file
11
fastlane/metadata/android/en-US/changelogs/3004.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
* add layouts: Arabic Hija'i, Hebrew 1452-2, Hindi Phonetic, Dargwa (Urakhi), Baishakhi, Kurdish
|
||||
* update some layouts
|
||||
* support combining accents
|
||||
* split keyboard toolbar key
|
||||
* add .com popups
|
||||
* allow setting custom font
|
||||
* add font scale setting
|
||||
* improve automatic language switching
|
||||
* overhaul settings
|
||||
* add settings for more tuning of keyboard padding, auto-space, auto-correction, number row
|
||||
* more features and fixes
|
Loading…
Add table
Reference in a new issue