rel 20240825
This commit is contained in:
parent
709c891ca9
commit
9c73832ad3
@ -7,6 +7,11 @@ patch-level version changes can be found in [commit messages](../../commits/mast
|
|||||||
## Next_Ver
|
## Next_Ver
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## 20240825
|
||||||
|
|
||||||
|
- Add case insensitive sort
|
||||||
|
- Add app version in-app
|
||||||
|
|
||||||
## 20240322
|
## 20240322
|
||||||
|
|
||||||
- Add sticker search
|
- Add sticker search
|
||||||
|
@ -49,8 +49,8 @@ android {
|
|||||||
applicationId = "com.fredhappyface.ewesticker"
|
applicationId = "com.fredhappyface.ewesticker"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 20240322
|
versionCode = 20240825
|
||||||
versionName = "20240322"
|
versionName = "20240825"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
setProperty("archivesBaseName", "$applicationId-$versionName")
|
setProperty("archivesBaseName", "$applicationId-$versionName")
|
||||||
}
|
}
|
||||||
|
5
metadata/en-US/changelogs/20240825.txt
Normal file
5
metadata/en-US/changelogs/20240825.txt
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user