File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## [ Unreleased]
5
5
6
+
7
+ ## [ v0.1.1] New keyboard font (2021-06-29)
8
+
6
9
- Updated ` README.md ` links given GitHub organisation move
7
10
- Changed keyboard font to [ Stroke Input Keyboard v1.1.0]
8
11
- Made key text offsets inherit from Row from Keyboard
@@ -17,7 +20,9 @@ the actual functionality has not been implemented yet.
17
20
18
21
19
22
[ 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
21
26
[ v0.1.0] :
22
27
https://github.com/stroke-input/stroke-input-android/releases/tag/v0.1.0
23
28
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " io.github.yawnoc.strokeinput"
11
11
minSdkVersion 21
12
12
targetSdkVersion 30
13
- versionCode 2
14
- versionName " 0.1.0 "
13
+ versionCode 3
14
+ versionName " 0.1.1 "
15
15
}
16
16
17
17
buildTypes {
You can’t perform that action at this time.
0 commit comments