From 0db4fcc27e71053e39b32007e2c64bdc20f6825b Mon Sep 17 00:00:00 2001 From: len Date: Sun, 10 Sep 2017 12:29:17 +0200 Subject: [PATCH] Release 0.6.3 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog_release.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 06923675d..7c5577ad7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 25 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 25 - versionName "0.6.2" + versionCode 26 + versionName "0.6.3" 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 2af2565a8..5a980679d 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,13 @@ + + Fixed a crash when retrying a page. + + Fixed a crash when sharing an image. + + Fixed disappearing toolbar buttons in the catalog after a search. + + Added a new completed manga filter for the library.