mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-23 07:19:13 +00:00
Release v1.1.1
This commit is contained in:
parent
f7a0ee7174
commit
10c206270a
2 changed files with 7 additions and 2 deletions
|
@ -19,8 +19,8 @@ android {
|
|||
applicationId "com.beemdevelopment.aegis"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 29
|
||||
versionCode 24
|
||||
versionName "1.1"
|
||||
versionCode 25
|
||||
versionName "1.1.1"
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
}
|
||||
|
|
|
@ -31,6 +31,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 1.1.1</h3>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
<li>Exporting the vault did not work on Android 10</li>
|
||||
</ul>
|
||||
<h3>Version 1.1</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue