mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-31 11:52:18 +00:00
Release v3.1
This commit is contained in:
parent
372bbaa3fb
commit
29ebe31f8a
2 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@ android {
|
|||
applicationId "${packageName}"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 66
|
||||
versionName "3.1-beta1"
|
||||
versionCode 67
|
||||
versionName "3.1"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 3.1-beta1</h3>
|
||||
<h3>Version 3.1</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>A new audit log has been added to check all important events that occurred in your vault</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue