len před 8 roky
rodič
revize
91cb892c74
3 změnil soubory, kde provedl 20 přidání a 3 odebrání
  1. 2 2
      app/build.gradle
  2. 17 0
      app/src/main/res/raw/changelog_release.xml
  3. 1 1
      build.gradle

+ 2 - 2
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()}\""

+ 17 - 0
app/src/main/res/raw/changelog_release.xml

@@ -1,6 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
 
+    <changelogversion versionName="v0.5.2" changeDate="">
+        <changelogtext>New backup system. Smaller file size but requires a network connection to restore.</changelogtext>
+
+        <changelogtext>Fixed descriptions showing a single line.</changelogtext>
+
+        <changelogtext>Added Nougat shortcuts and round icon.</changelogtext>
+
+        <changelogtext>Added an option to add a manga to a specific category.</changelogtext>
+
+        <changelogtext>Improved new chapters notification.</changelogtext>
+
+        <changelogtext>Support Kitsu new rating system.</changelogtext>
+
+        <changelogtext>Last read page is now retained in webtoon reader.</changelogtext>
+
+    </changelogversion>
+
     <changelogversion versionName="v0.5.1" changeDate="">
         <changelogtext>Added an option to auto download from selected categories.</changelogtext>
 

+ 1 - 1
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