0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Release v0.3.16-beta01

This commit is contained in:
Patrick Goldinger 2022-05-03 19:57:46 +02:00
parent 7fb24c0471
commit 380a0e4f4c
2 changed files with 8 additions and 3 deletions

View File

@ -31,8 +31,8 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdk = 24
targetSdk = 31
versionCode = 80
versionName = "0.3.15"
versionCode = 81
versionName = "0.3.16"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -118,7 +118,7 @@ android {
create("beta") // Needed because by default the "beta" BuildType does not exist
named("beta").configure {
applicationIdSuffix = ".beta"
versionNameSuffix = ""
versionNameSuffix = "-beta01"
proguardFiles.add(getDefaultProguardFile("proguard-android-optimize.txt"))
resValue("mipmap", "floris_app_icon", "@mipmap/ic_app_icon_beta")

View File

@ -0,0 +1,5 @@
This release is a major rework of the editor instance handling and should reduce input lag by a lot, while fixing quite some annoying input bugs regarding phantom space, double-space period and delete key resetting the keyboard should have been fixed.
Please note that the minimum required Android version has been raised from Android 6 to Android 7, see the detailed changelog for the reason why this step was necessary.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.16-beta01