Release v2.2

pull/1175/head v2.2
Michael Schättgen 2 years ago
parent 44bb11e2d8
commit 4f83706f73

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

@ -46,6 +46,7 @@
<h4>Fixes</h4> <h4>Fixes</h4>
<ul> <ul>
<li>Deleting an entry while a search filter is active now shows the correct state</li> <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> </ul>
<h3>Version 2.1.3</h3> <h3>Version 2.1.3</h3>
<h4>New</h4> <h4>New</h4>

Loading…
Cancel
Save