mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Release 0.6.3
This commit is contained in:
parent
f3080b6277
commit
0db4fcc27e
2 changed files with 10 additions and 2 deletions
|
@ -38,8 +38,8 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 25
|
versionCode 26
|
||||||
versionName "0.6.2"
|
versionName "0.6.3"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v0.6.3" changeDate="">
|
||||||
|
<changelogtext>Fixed a crash when retrying a page.</changelogtext>
|
||||||
|
|
||||||
|
<changelogtext>Fixed a crash when sharing an image.</changelogtext>
|
||||||
|
|
||||||
|
<changelogtext>Fixed disappearing toolbar buttons in the catalog after a search.</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v0.6.2" changeDate="">
|
<changelogversion versionName="v0.6.2" changeDate="">
|
||||||
<changelogtext>Added a new completed manga filter for the library.</changelogtext>
|
<changelogtext>Added a new completed manga filter for the library.</changelogtext>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue