Release v2.2

This commit is contained in:
Michael Schättgen 2023-09-05 23:12:55 +02:00
parent 44bb11e2d8
commit 4f83706f73
2 changed files with 3 additions and 2 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
versionCode 59
versionName "2.2-beta1"
versionCode 60
versionName "2.2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -46,6 +46,7 @@
<h4>Fixes</h4>
<ul>
<li>Deleting an entry while a search filter is active now shows the correct state</li>
<li>Aegis now fully respects system animation settings</li>
</ul>
<h3>Version 2.1.3</h3>
<h4>New</h4>