From a2b1b9e746f64a3ad815c444364cdf8e3abc5a21 Mon Sep 17 00:00:00 2001 From: inorichi Date: Sun, 8 Apr 2018 19:10:18 +0200 Subject: [PATCH] Release v0.7.2 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b577e0890..128071c98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 27 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 34 - versionName "0.7.1" + versionCode 35 + versionName "0.7.2" 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 8174ae32e..916cc7c74 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,11 @@ + + Fixed missing downloaded label in chapters screen. + + Fixed updater in KitKat and lower due to TLS. + + Updated Cloudflare bypass.