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

Release v0.3.16

This commit is contained in:
Patrick Goldinger 2022-06-12 22:12:29 +02:00
parent 5f4711ac3e
commit b98feab9c4
2 changed files with 5 additions and 2 deletions

View File

@ -54,7 +54,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdk = 24
targetSdk = 31
versionCode = 85
versionCode = 86
versionName = "0.3.16"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -138,7 +138,7 @@ android {
create("beta") {
applicationIdSuffix = ".beta"
versionNameSuffix = "-rc01"
versionNameSuffix = ""
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
isMinifyEnabled = true

View File

@ -0,0 +1,3 @@
This release fixes a lot of bugs, improves the input connection logic and slightly improves performance.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.16