modify some separators we don't get into trouble when storing more data in extra values, and when storing extra values in prefs

This commit is contained in:
Helium314 2025-02-15 21:45:26 +01:00
parent 4c060689fa
commit d005ffac06
11 changed files with 96 additions and 60 deletions

View file

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