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

Release v0.3.12

This commit is contained in:
Patrick Goldinger 2021-05-10 15:47:05 +02:00
parent 0c1abdd507
commit 64040f0407
2 changed files with 7 additions and 2 deletions

View File

@ -24,8 +24,8 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdkVersion(23)
targetSdkVersion(30)
versionCode(42)
versionName("0.3.11")
versionCode(43)
versionName("0.3.12")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,5 @@
This version is a hotfix release which makes glide typing
fully usable again (in v0.3.11 you couldn't glide while shift
or caps was active).
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.12