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

Release v0.3.14-beta11

This commit is contained in:
Patrick Goldinger 2022-02-08 19:43:54 +01:00
parent ea159527f3
commit 888af9d28d
2 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdk = 23
targetSdk = 31
versionCode = 66
versionCode = 67
versionName = "0.3.14"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -106,7 +106,7 @@ android {
create("beta") // Needed because by default the "beta" BuildType does not exist
named("beta").configure {
applicationIdSuffix = ".beta"
versionNameSuffix = "-beta10"
versionNameSuffix = "-beta11"
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 is a hotfix release for Android 9 devices where a missing elevation attribute can
consistently crash the keyboard UI.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.14-beta11