inorichi 7 gadi atpakaļ
vecāks
revīzija
d87c8428fe
2 mainītis faili ar 12 papildinājumiem un 2 dzēšanām
  1. 2 2
      app/build.gradle
  2. 10 0
      app/src/main/res/raw/changelog_release.xml

+ 2 - 2
app/build.gradle

@@ -38,8 +38,8 @@ android {
         minSdkVersion 16
         targetSdkVersion 26
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
-        versionCode 27
-        versionName "0.6.4"
+        versionCode 28
+        versionName "0.6.5"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

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

@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
+    <changelogversion versionName="v0.6.5" changeDate="">
+        <changelogtext>Added a download cache for faster navigation.</changelogtext>
+
+        <changelogtext>Enabled Cloudflare for Batoto.</changelogtext>
+
+        <changelogtext>Fixed some issues with automatic backups.</changelogtext>
+
+        <changelogtext>Fixed a bootloop issue with devices running Cyanogenmod 12 or 13.</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.6.4" changeDate="">
         <changelogtext>Added a global search feature with a new catalogue screen.</changelogtext>