mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 14:29:13 +00:00
Release v2.1.2
This commit is contained in:
parent
36b1f91140
commit
cad2ecfe1b
2 changed files with 7 additions and 2 deletions
|
@ -27,8 +27,8 @@ android {
|
|||
applicationId "${packageName}"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 56
|
||||
versionName "2.1.1"
|
||||
versionCode 57
|
||||
versionName "2.1.2"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
|
|
@ -31,6 +31,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 2.1.2</h3>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
<li>A crash could occur when changing an entry in such a way that it is filtered out from the entry list</li>
|
||||
</ul>
|
||||
<h3>Version 2.1.1</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue