Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Bump version to v7.4.1
Browse files Browse the repository at this point in the history
Fix changelog
  • Loading branch information
NerdNumber9 committed Jun 10, 2018
1 parent a96c25c commit e2af1af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 7400
versionName "v7.4.0-EH"
versionCode 7401
versionName "v7.4.1-EH"

buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""
Expand Down
8 changes: 7 additions & 1 deletion app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion versionName="v7.2.4-EH" changeDate="">
<changelogversion versionName="v7.4.1-EH" changeDate="">
<changelogtext>Fixed autoscroll scrolling wrong direction on right-to-left readers</changelogtext>
<changelogtext>Added retry all button</changelogtext>
<changelogtext>Added boost page button</changelogtext>
<changelogtext>Fixed incorrect version numbers in changelog</changelogtext>
</changelogversion>
<changelogversion versionName="v7.4.0-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>
Expand Down

0 comments on commit e2af1af

Please sign in to comment.