mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-09 08:07:46 +00:00
Release v1.0.2
This commit is contained in:
parent
0a31103f91
commit
1d513441c6
2 changed files with 23 additions and 3 deletions
|
@ -7,8 +7,8 @@ android {
|
||||||
applicationId "com.beemdevelopment.aegis"
|
applicationId "com.beemdevelopment.aegis"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 20
|
versionCode 21
|
||||||
versionName "1.0.1"
|
versionName "1.0.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
|
@ -12,19 +12,39 @@
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
h4 {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
h3 {
|
h3 {
|
||||||
padding-bottom: 0;
|
margin-bottom: 7px;
|
||||||
|
padding-top: 7px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 1.0.2</h3>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Search feature on Huawei devices</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Notes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Disabled automatic backups through the Google Play Store</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Version 1.0.1</h3>
|
||||||
|
<h4>Notes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Temporarily disabled search feature on Huawei devices</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 1.0</h3>
|
<h3>Version 1.0</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue