Skip to content

Commit

Permalink
Release v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickgold committed May 9, 2021
1 parent bbce53f commit ae6eb5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdkVersion(23)
targetSdkVersion(30)
versionCode(41)
versionCode(42)
versionName("0.3.11")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/42.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This version brings vast improvements in the layout logic and
memory management, adds support for user dictionaries, several
new keyboard layouts and much more. Additionally a lot of crashes,
bugs and more have been fixed, making FlorisBoard more stable for
you.

Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.11

0 comments on commit ae6eb5d

Please sign in to comment.