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

Release v0.3.14-beta05

This commit is contained in:
Patrick Goldinger 2021-10-28 22:19:19 +02:00
parent 7f65dd34d8
commit bce5199e31
2 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdk = 23
targetSdk = 30
versionCode = 60
versionCode = 61
versionName = "0.3.14"
multiDexEnabled = true
@ -104,7 +104,7 @@ android {
create("beta") // Needed because by default the "beta" BuildType does not exist
named("beta").configure {
applicationIdSuffix = ".beta"
versionNameSuffix = "-beta04"
versionNameSuffix = "-beta05"
proguardFiles.add(getDefaultProguardFile("proguard-android-optimize.txt"))
resValue("mipmap", "floris_app_icon", "@mipmap/ic_app_icon_beta")

View File

@ -0,0 +1,4 @@
This release fixes crashes for Android 7.1 and lower and some additional crashes in the spelling UI.
Furthermore, some bug fixes are included and internally the work for a new theme engine has begun.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.14-beta05