This commit is contained in:
Kieran BW 2022-01-03 13:50:05 +00:00
parent e27d867caf
commit 396e860f6e
5 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,11 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).
## Next_Ver - 2021/12/xx
<!--
## Next_Ver - 2022/xx/xx
-->
## 20220103 - 2022/01/03
- Add 'Enable Keyboard' section with 'Launch Settings' button. https://github.com/FredHappyface/Android.EweSticker/issues/31
- Show back button in navbar by default. https://github.com/FredHappyface/Android.EweSticker/issues/32

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.fredhappyface.ewesticker"
minSdk = 26
targetSdk = 31
versionCode = 20211118
versionName = "2021.11.18"
versionCode = 20220103
versionName = "2022.01.03"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "$applicationId-$versionName")
}

View File

@ -0,0 +1,4 @@
<ul>
<li>Add Enable Keyboard section with Launch Settings button. https://github.com/FredHappyface/Android.EweSticker/issues/31</li>
<li>Show back button in navbar by default. https://github.com/FredHappyface/Android.EweSticker/issues/32</li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB