make popup order prefs shorter

This commit is contained in:
Helium314 2025-02-16 22:45:48 +01:00
parent 56c7748dff
commit 12f1e20d9f
5 changed files with 22 additions and 12 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId = "helium314.keyboard"
minSdk = 21
targetSdk = 34
versionCode = 2307
versionName = "2.3+dev6"
versionCode = 2308
versionName = "2.3+dev7"
ndk {
abiFilters.clear()
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))