adjust arrangement for layouts

so we can have more than one layout per type (was possible only for main)
This commit is contained in:
Helium314 2025-02-14 13:37:21 +01:00
parent 846388de97
commit 5ba40f7875
98 changed files with 260 additions and 207 deletions

View file

@ -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"))