瀏覽代碼

Release 0.8.2

inorichi 6 年之前
父節點
當前提交
493ad93957
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 2 2
      app/build.gradle
  2. 5 0
      app/src/main/res/raw/changelog_release.xml

+ 2 - 2
app/build.gradle

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

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

@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
+    <changelogversion versionName="v0.8.2" changeDate="">
+        <changelogtext>Updated Cloudflare.</changelogtext>
+        <changelogtext>Fixed crashes with some translations.</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.8.1" changeDate="">
         <changelogtext>Fixed latest Cloudflare changes.</changelogtext>
         <changelogtext>Bundled SQLite for better performance and new features.</changelogtext>