From 4652679b5fd481f6ace5cb1cedcc89ea8846b184 Mon Sep 17 00:00:00 2001
From: Xwite <1797350009@qq.com>
Date: Mon, 30 May 2022 11:54:40 +0800
Subject: [PATCH 1/2] chore: remove unused string
---
app/src/main/res/values-es-rES/strings.xml | 1 -
app/src/main/res/values-ja-rJP/strings.xml | 1 -
app/src/main/res/values-pt-rBR/strings.xml | 1 -
app/src/main/res/values-zh-rHK/strings.xml | 1 -
app/src/main/res/values-zh-rTW/strings.xml | 1 -
app/src/main/res/values-zh/strings.xml | 1 -
app/src/main/res/values/strings.xml | 1 -
7 files changed, 7 deletions(-)
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml
index 787fd4a0b..f42af61d0 100644
--- a/app/src/main/res/values-es-rES/strings.xml
+++ b/app/src/main/res/values-es-rES/strings.xml
@@ -991,7 +991,6 @@
WebDavBook
Current cache max size %1$s MB
bitmap cache size
- Restart to apply changes
Export Picture Files
diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml
index c8bcb70fb..974b86c3d 100644
--- a/app/src/main/res/values-ja-rJP/strings.xml
+++ b/app/src/main/res/values-ja-rJP/strings.xml
@@ -994,7 +994,6 @@
WebDavBook
Current cache max size %1$s MB
bitmap cache size
- Restart to apply changes
Export Picture Files
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index ba19a85e7..02b040674 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -994,7 +994,6 @@
WebDavBook
Current cache max size %1$s MB
bitmap cache size
- Restart to apply changes
Export Picture Files
diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml
index dcd42e23c..a3975f06c 100644
--- a/app/src/main/res/values-zh-rHK/strings.xml
+++ b/app/src/main/res/values-zh-rHK/strings.xml
@@ -991,7 +991,6 @@
WebDav书籍
当前最大缓存 %1$s MB
图片绘制缓存
- 重启应用更改
TXT导出图片
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index efd3fc28b..6980d349f 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -993,7 +993,6 @@
WebDav书籍
当前最大缓存 %1$s MB
图片绘制缓存
- 重启应用更改
TXT导出图片
diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml
index e79b3aa83..d249d2ba1 100644
--- a/app/src/main/res/values-zh/strings.xml
+++ b/app/src/main/res/values-zh/strings.xml
@@ -993,7 +993,6 @@
WebDav书籍
当前最大缓存 %1$s MB
图片绘制缓存
- 重启应用更改
TXT导出图片
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 49014f91b..5b6341758 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -994,7 +994,6 @@
WebDavBook
Current cache max size %1$s MB
bitmap cache size
- Restart to apply changes
Export Picture Files
From 8070ed650f9214925b4cfa300c15404c02568fdd Mon Sep 17 00:00:00 2001
From: Xwite <82232510+Xwite@users.noreply.github.com>
Date: Mon, 30 May 2022 12:19:51 +0800
Subject: [PATCH 2/2] Revert "Bump hutool-crypto from 5.8.1 to 5.8.2 in /app"
This reverts commit 039cc944c09ebd770078b2bf2083475abae856b0.
---
app/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/build.gradle b/app/build.gradle
index f60170c10..0a87dd191 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -253,7 +253,7 @@ dependencies {
implementation('com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core:0.2.4')
//加解密类库,有些书源使用
- implementation('cn.hutool:hutool-crypto:5.8.2')
+ implementation('cn.hutool:hutool-crypto:5.8.1')
//firebase, 崩溃统计和性能统计, 会导致共存版本崩溃
//implementation platform('com.google.firebase:firebase-bom:30.0.1')