mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-22 01:34:26 +00:00
Add changelog of 1.2.1 and bump versionCode
This commit is contained in:
parent
407d059076
commit
0eb9a25687
2 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,7 @@ android {
|
||||||
applicationId "com.beemdevelopment.aegis"
|
applicationId "com.beemdevelopment.aegis"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 35
|
versionCode 36
|
||||||
versionName "1.2"
|
versionName "1.2"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
|
|
|
@ -31,6 +31,11 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 1.2.1</h3>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Fix a rare issue where the intro could end up in a bad state</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 1.2</h3>
|
<h3>Version 1.2</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue