diff --git a/app/build.gradle b/app/build.gradle index 9f31c603e..f8db49c32 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 21 - versionName "0.5.1" + versionCode 22 + versionName "0.5.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 948d6f42c..7c97cf6b4 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,23 @@ + + New backup system. Smaller file size but requires a network connection to restore. + + Fixed descriptions showing a single line. + + Added Nougat shortcuts and round icon. + + Added an option to add a manga to a specific category. + + Improved new chapters notification. + + Support Kitsu new rating system. + + Last read page is now retained in webtoon reader. + + + Added an option to auto download from selected categories. diff --git a/build.gradle b/build.gradle index 92ecf821a..b021a12b6 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.0' + classpath 'com.android.tools.build:gradle:2.3.1' classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files