mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 06:49:12 +00:00
Release v2.2.1
This commit is contained in:
parent
aac77442bf
commit
27e56d60b5
2 changed files with 11 additions and 2 deletions
|
@ -27,8 +27,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 60
|
versionCode 61
|
||||||
versionName "2.2"
|
versionName "2.2.1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||||
|
|
|
@ -31,6 +31,15 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 2.2.1</h3>
|
||||||
|
<h4>New</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Ability to automatically skip potential duplicates when importing entries</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Biometrics button on the unlock screen was unresponsive</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 2.2</h3>
|
<h3>Version 2.2</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue