0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Release v0.3.11-beta05

This commit is contained in:
Patrick Goldinger 2021-05-08 15:40:58 +02:00
parent da8073141e
commit d3e8d35e5d
2 changed files with 7 additions and 2 deletions

View File

@ -24,7 +24,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdkVersion(23)
targetSdkVersion(30)
versionCode(39)
versionCode(40)
versionName("0.3.11")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -57,7 +57,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,5 @@
- Add support for system and internal user dictionary (#817)
- Fix AppCompat theme crash for Huawei devices (#799, #809)
- Fix dynamic text size infinite loop bug (#825)
- Possibly fixed a lot of hanging keyboard errors
which were reported since beta02.