Skip to content

Commit

Permalink
20220103
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Jan 3, 2022
1 parent e27d867 commit 396e860
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/20220103.txt
Original file line number Diff line number Diff line change
@@ -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 modified metadata/en-US/images/phoneScreenshots/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 396e860

Please sign in to comment.