mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-28 11:49:56 +00:00
upgrade version
This commit is contained in:
parent
e98c3210dc
commit
5cd184e5c2
3 changed files with 13 additions and 3 deletions
|
@ -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"))
|
||||||
|
|
|
@ -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
|
||||||
|
|
10
fastlane/metadata/android/en-US/changelogs/3200.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/3200.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue