From e2af1af6567f0aa9dc59b747a202557a8be16f61 Mon Sep 17 00:00:00 2001 From: NerdNumber9 Date: Sun, 10 Jun 2018 12:19:53 -0400 Subject: [PATCH] Bump version to v7.4.1 Fix changelog --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b79c4c19d..96d4035f4 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 7d1c29d9e..7ac483c61 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,12 @@ - + + Fixed autoscroll scrolling wrong direction on right-to-left readers + Added retry all button + Added boost page button + Fixed incorrect version numbers in changelog + + Added autoscroll feature Added ability to specify reader download thread count Added ability to skip download queue upon retry