mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +01:00
Release 0.6.5
This commit is contained in:
parent
166fb9a8e4
commit
d87c8428fe
@ -38,8 +38,8 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
versionCode 27
|
versionCode 28
|
||||||
versionName "0.6.4"
|
versionName "0.6.5"
|
||||||
|
|
||||||
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
|
||||||
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
|
||||||
|
@ -1,5 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog bulletedList="true">
|
<changelog bulletedList="true">
|
||||||
|
<changelogversion versionName="v0.6.5" changeDate="">
|
||||||
|
<changelogtext>Added a download cache for faster navigation.</changelogtext>
|
||||||
|
|
||||||
|
<changelogtext>Enabled Cloudflare for Batoto.</changelogtext>
|
||||||
|
|
||||||
|
<changelogtext>Fixed some issues with automatic backups.</changelogtext>
|
||||||
|
|
||||||
|
<changelogtext>Fixed a bootloop issue with devices running Cyanogenmod 12 or 13.</changelogtext>
|
||||||
|
</changelogversion>
|
||||||
|
|
||||||
<changelogversion versionName="v0.6.4" changeDate="">
|
<changelogversion versionName="v0.6.4" changeDate="">
|
||||||
<changelogtext>Added a global search feature with a new catalogue screen.</changelogtext>
|
<changelogtext>Added a global search feature with a new catalogue screen.</changelogtext>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user