Release version 5.0.1.

This commit is contained in:
NerdNumber9 2017-03-15 15:03:36 -04:00
parent 2fd64d0ca7
commit e161e5d30d
2 changed files with 9 additions and 3 deletions

View File

@ -42,8 +42,8 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 5000 versionCode 5001
versionName "v5.0.0-EH" versionName "v5.0.1-EH"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

View File

@ -1,7 +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.5.0" changeDate=""> <changelogversion versionName="v5.0.1" changeDate="">
<changelogtext>EH: Add the ability to download favorites from your E-Hentai/ExHentai account.</changelogtext>
<changelogtext>Fix downloader breaking on some manga.</changelogtext>
</changelogversion>
<changelogversion versionName="v5.0.0" changeDate="">
<changelogtext>EH: Add namespace existence searching.</changelogtext> <changelogtext>EH: Add namespace existence searching.</changelogtext>
<changelogtext>EH: Added advanced search options.</changelogtext> <changelogtext>EH: Added advanced search options.</changelogtext>