mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-07 23:27:50 +00:00
Release v2.2
This commit is contained in:
parent
44bb11e2d8
commit
4f83706f73
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue