diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a2d08146f..e2f78a502 100755 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "helium314.keyboard" minSdk = 21 targetSdk = 35 - versionCode = 3101 - versionName = "3.1" + versionCode = 3200 + versionName = "3.2-beta1" ndk { abiFilters.clear() abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")) diff --git a/build.gradle.kts b/build.gradle.kts index f1a3cec26..4531c566e 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { google() } 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)) // NOTE: Do not place your application dependencies here; they belong diff --git a/fastlane/metadata/android/en-US/changelogs/3200.txt b/fastlane/metadata/android/en-US/changelogs/3200.txt new file mode 100644 index 000000000..3bcdc133d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3200.txt @@ -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