mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-28 19:59:54 +00:00
Release v3.3.4
This commit is contained in:
parent
e8bf7b0506
commit
9ab949a59e
2 changed files with 7 additions and 2 deletions
|
@ -28,8 +28,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 35
|
targetSdkVersion 35
|
||||||
versionCode 76
|
versionCode 77
|
||||||
versionName "3.3.3"
|
versionName "3.3.4"
|
||||||
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,11 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 3.3.4</h3>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Icons are now resized to 512x512 to reduce the size of the vault file and to reduce the chance of encountering out of memory conditions</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 3.3.3</h3>
|
<h3>Version 3.3.3</h3>
|
||||||
<h4>Fixes</h4>
|
<h4>Fixes</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue