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.