mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-31 11:52:13 +00:00
adjust arrangement for layouts
so we can have more than one layout per type (was possible only for main)
This commit is contained in:
parent
846388de97
commit
5ba40f7875
98 changed files with 260 additions and 207 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId = "helium314.keyboard"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 2303
|
||||
versionName = "2.3+dev2"
|
||||
versionCode = 2304
|
||||
versionName = "2.3+dev3"
|
||||
ndk {
|
||||
abiFilters.clear()
|
||||
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue