20220311
This commit is contained in:
parent
0db7adbd3e
commit
0b4ccfe579
@ -7,7 +7,7 @@ patch-level version changes can be found in [commit messages](../../commits/mast
|
||||
## Next_Ver - 2022/xx/xx
|
||||
-->
|
||||
|
||||
## Next_Ver - 2022/xx/xx
|
||||
## 20220311 - 2022/03/11
|
||||
|
||||
- New Feature: Improve error messages for the user per https://github.com/FredHappyface/Android.EweSticker/issues/39
|
||||
- New Feature: Add [Help](/documentation/help) to provide guidance for error messages
|
||||
|
@ -39,8 +39,8 @@ android {
|
||||
applicationId = "com.fredhappyface.ewesticker"
|
||||
minSdk = 26
|
||||
targetSdk = 31
|
||||
versionCode = 20220128
|
||||
versionName = "2022.01.28"
|
||||
versionCode = 20220311
|
||||
versionName = "2022.03.11"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
setProperty("archivesBaseName", "$applicationId-$versionName")
|
||||
}
|
||||
|
23
metadata/en-US/changelogs/20220311.txt
Normal file
23
metadata/en-US/changelogs/20220311.txt
Normal file
@ -0,0 +1,23 @@
|
||||
<ul>
|
||||
<li>New Feature: Improve error messages for the user per
|
||||
https://github.com/FredHappyface/Android.EweSticker/issues/39</li>
|
||||
<li>New Feature: Add <a href="/documentation/help">Help</a> to provide
|
||||
guidance for error messages</li>
|
||||
<li>New Feature: Add Gradle tasks
|
||||
<ul>
|
||||
<li>ktlintCheck (<code>gradlew ktlintCheck</code>): run ktlint over the
|
||||
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
|
||||
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>
|
||||
<li>Update navbar theme (dark/light rather than the app accent
|
||||
colour)</li>
|
||||
<li>Update dependencies</li>
|
||||
<li>Update tutorial location to <a
|
||||
href="/documentation/tutorials">Tutorials</a></li>
|
||||
<li>Update tutorial</li>
|
||||
</ul>
|
Loading…
x
Reference in New Issue
Block a user