Skip to content

Commit 6697190

Browse files
committed
优化
1 parent cb87cca commit 6697190

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'kotlin-parcelize'
55
//id 'kotlin-kapt'
66
id 'com.google.devtools.ksp'
7-
//id "com.google.gms.google-services"
7+
id "com.google.gms.google-services"
88
}
99
apply from: 'download.gradle'
1010

@@ -203,7 +203,7 @@ dependencies {
203203
implementation('io.github.jeremyliao:live-event-bus-x:1.8.0')
204204

205205
//规则相关
206-
implementation('org.jsoup:jsoup:1.16.1')
206+
implementation('org.jsoup:jsoup:1.16.2')
207207
implementation('com.jayway.jsonpath:json-path:2.8.0')
208208
implementation('cn.wanghaomiao:JsoupXpath:2.5.3')
209209
implementation(project(path: ':modules:book'))
@@ -240,10 +240,10 @@ dependencies {
240240
implementation('com.jaredrummler:colorpicker:1.1.0')
241241

242242
//压缩解压
243-
implementation 'me.zhanghai.android.libarchive:library:1.0.2'
243+
implementation 'me.zhanghai.android.libarchive:library:1.0.3'
244244

245245
//apache
246-
implementation('org.apache.commons:commons-text:1.10.0')
246+
implementation('org.apache.commons:commons-text:1.11.0')
247247

248248
//MarkDown
249249
def markwonVersion = "4.6.2"
@@ -257,10 +257,10 @@ dependencies {
257257

258258
//加解密类库,有些书源使用
259259
//noinspection GradleDependency,GradlePackageUpdate
260-
implementation('cn.hutool:hutool-crypto:5.8.21')
260+
implementation('cn.hutool:hutool-crypto:5.8.22')
261261

262262
//firebase, 崩溃统计和性能统计, 会导致共存版本崩溃
263-
implementation platform('com.google.firebase:firebase-bom:30.0.1')
263+
implementation platform('com.google.firebase:firebase-bom:32.5.0')
264264
implementation 'com.google.firebase:firebase-analytics-ktx:21.5.0'
265265
implementation 'com.google.firebase:firebase-perf-ktx:20.5.0'
266266

app/src/main/assets/updateLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
* 正文出现缺字漏字、内容缺失、排版错乱等情况,有可能是净化规则或简繁转换出现问题。
1313
* 漫画源看书显示乱码,**阅读与其他软件的源并不通用**,请导入阅读的支持的漫画源!
1414

15+
**2023/11/01**
16+
17+
* 修复一些bug
18+
1519
**2023/08/02**
16-
* 更新cronet: 119.0.6045.53
17-
* 更新cronet: 117.0.5938.60
1820

21+
* 更新cronet: 117.0.5938.60
1922
* 书签导出md格式
2023
* 优化进度同步,减少webDav下载次数
2124

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext{
55
compile_sdk_version = 34
66
build_tool_version = '34.0.0'
7-
kotlin_version = '1.9.10'
7+
kotlin_version = '1.9.20'
88
ksp_version = "1.0.13"
99
agp_version = '8.1.2'
1010
media3_version = "1.1.1"

0 commit comments

Comments
 (0)