upgrade version

This commit is contained in:
Helium314 2025-06-07 23:04:18 +02:00
parent e98c3210dc
commit 5cd184e5c2
3 changed files with 13 additions and 3 deletions

View file

@ -12,8 +12,8 @@ android {
applicationId = "helium314.keyboard" applicationId = "helium314.keyboard"
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 3101 versionCode = 3200
versionName = "3.1" versionName = "3.2-beta1"
ndk { ndk {
abiFilters.clear() abiFilters.clear()
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")) abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))

View file

@ -7,7 +7,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath("com.android.tools.build:gradle:8.9.2") classpath("com.android.tools.build:gradle:8.9.3")
classpath(kotlin("gradle-plugin", version = kotlinVersion)) classpath(kotlin("gradle-plugin", version = kotlinVersion))
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong

View file

@ -0,0 +1,10 @@
* add toolbar modes (allows hiding toolbar)
* add some missing emoji variants
* improve subtype screen and dictionary dialog
* fix colors when forcing dark mode
* move most of the portrait / landscape scale settings into a dialog
* remove translations of strings marked as non-translatable
* fix next-screen arrow direction for RTL languages
* fix proper loading of Hebrew locale on Android 15
* have at least a basic keyboard when library doesn't work at all
* minor bug fixes