mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-03 13:20:35 +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}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 66
|
versionCode 67
|
||||||
versionName "3.1-beta1"
|
versionName "3.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,7 +31,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
<h3>Version 3.1-beta1</h3>
|
<h3>Version 3.1</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>A new audit log has been added to check all important events that occurred in your vault</li>
|
<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