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

Release v0.3.16-beta03

This commit is contained in:
Patrick Goldinger 2022-05-17 23:14:42 +02:00
parent 01eee827df
commit 4adaf9a315
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -0,0 +1,3 @@
This release fixes a lot of issues regarding glide typing and the emoji palette view.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.16-beta03