rel 20240825

This commit is contained in:
Kieran W 2024-08-25 15:29:49 +01:00
parent 709c891ca9
commit 9c73832ad3
3 changed files with 12 additions and 2 deletions

View File

@ -7,6 +7,11 @@ patch-level version changes can be found in [commit messages](../../commits/mast
## Next_Ver
-->
## 20240825
- Add case insensitive sort
- Add app version in-app
## 20240322
- Add sticker search

View File

@ -49,8 +49,8 @@ android {
applicationId = "com.fredhappyface.ewesticker"
minSdk = 26
targetSdk = 34
versionCode = 20240322
versionName = "20240322"
versionCode = 20240825
versionName = "20240825"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "$applicationId-$versionName")
}

View File

@ -0,0 +1,5 @@
<h2 id="section">20240825</h2>
<ul>
<li>Add case insensitive sort</li>
<li>Add app version in-app</li>
</ul>