Prepare for release

This commit is contained in:
NerdNumber9 2018-06-10 01:26:18 -04:00
parent 34df0759f3
commit dd4a18a0b2
2 changed files with 6 additions and 1 deletions

View File

@ -41,7 +41,7 @@ android {
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 7400
versionName "v7.4.3-EH"
versionName "v7.4.0-EH"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v7.2.4-EH" changeDate="">
<changelogtext>Added autoscroll feature</changelogtext>
<changelogtext>Added ability to specify reader download thread count</changelogtext>
<changelogtext>Added ability to skip download queue upon retry</changelogtext>
</changelogversion>
<changelogversion versionName="v0.7.4" changeDate="">
<changelogtext>Updated Anilist's API to v2.</changelogtext>