fix typo in release notes

This commit is contained in:
Kieran W 2022-03-11 18:50:01 +00:00
parent 13c42b0b7b
commit c158b828c1
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ patch-level version changes can be found in [commit messages](../../commits/mast
- New Feature: Add Gradle tasks
- ktlintCheck (`gradlew ktlintCheck`): run ktlint over the codebase
- genDocs (`gradlew genDocs`): generate the api reference using dokka
- Bugfix: Refactor in response bug found when investigating https://github.com/FredHappyface/Android.EweSticker/issues/37
- Bugfix: Refactor in response to bug found when investigating https://github.com/FredHappyface/Android.EweSticker/issues/37
- Bugfix: Back button now enabled in fresh install per https://github.com/FredHappyface/Android.EweSticker/issues/38
- Update navbar theme (dark/light rather than the app accent colour)
- Update dependencies

View File

@ -10,7 +10,7 @@ codebase</li>
<li>genDocs (<code>gradlew genDocs</code>): generate the api reference
using dokka</li>
</ul></li>
<li>Bugfix: Refactor in response bug found when investigating
<li>Bugfix: Refactor in response to bug found when investigating
https://github.com/FredHappyface/Android.EweSticker/issues/37</li>
<li>Bugfix: Back button now enabled in fresh install per
https://github.com/FredHappyface/Android.EweSticker/issues/38</li>