mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-21 14:29:13 +00:00
Release v3.0.1
This commit is contained in:
parent
1644b35e87
commit
f44fe389d7
2 changed files with 12 additions and 2 deletions
|
@ -28,8 +28,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 64
|
versionCode 65
|
||||||
versionName "3.0"
|
versionName "3.0.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,16 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 3.0.1</h3>
|
||||||
|
<h4>New</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Support for importing from the new Battle.net app</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Visual glitches when AMOLED theme was used on old Android versions</li>
|
||||||
|
<li>Minor UI improvements</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 3.0</h3>
|
<h3>Version 3.0</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue