File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44## [ Unreleased]
55
6+
7+ ## [ v0.1.1] New keyboard font (2021-06-29)
8+
69- Updated ` README.md ` links given GitHub organisation move
710- Changed keyboard font to [ Stroke Input Keyboard v1.1.0]
811- Made key text offsets inherit from Row from Keyboard
@@ -17,7 +20,9 @@ the actual functionality has not been implemented yet.
1720
1821
1922[ Unreleased] :
20- https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...HEAD
23+ https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...HEAD
24+ [ v0.1.1] :
25+ https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...v0.1.1
2126[ v0.1.0] :
2227 https://github.com/stroke-input/stroke-input-android/releases/tag/v0.1.0
2328
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " io.github.yawnoc.strokeinput"
1111 minSdkVersion 21
1212 targetSdkVersion 30
13- versionCode 2
14- versionName " 0.1.0 "
13+ versionCode 3
14+ versionName " 0.1.1 "
1515 }
1616
1717 buildTypes {
You can’t perform that action at this time.
0 commit comments