merge pref for toolbar normal and longpress codes

and remove old toolbar customizer dialog
This commit is contained in:
Helium314 2025-02-12 16:47:31 +01:00
parent b31b8f8fe2
commit f2f7426ee5
8 changed files with 71 additions and 167 deletions

View file

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