Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Nov 1, 2023
1 parent cb87cca commit 6697190
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'kotlin-parcelize'
//id 'kotlin-kapt'
id 'com.google.devtools.ksp'
//id "com.google.gms.google-services"
id "com.google.gms.google-services"
}
apply from: 'download.gradle'

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

//规则相关
implementation('org.jsoup:jsoup:1.16.1')
implementation('org.jsoup:jsoup:1.16.2')
implementation('com.jayway.jsonpath:json-path:2.8.0')
implementation('cn.wanghaomiao:JsoupXpath:2.5.3')
implementation(project(path: ':modules:book'))
Expand Down Expand Up @@ -240,10 +240,10 @@ dependencies {
implementation('com.jaredrummler:colorpicker:1.1.0')

//压缩解压
implementation 'me.zhanghai.android.libarchive:library:1.0.2'
implementation 'me.zhanghai.android.libarchive:library:1.0.3'

//apache
implementation('org.apache.commons:commons-text:1.10.0')
implementation('org.apache.commons:commons-text:1.11.0')

//MarkDown
def markwonVersion = "4.6.2"
Expand All @@ -257,10 +257,10 @@ dependencies {

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

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

Expand Down
7 changes: 5 additions & 2 deletions app/src/main/assets/updateLog.md
Expand Up @@ -12,10 +12,13 @@
* 正文出现缺字漏字、内容缺失、排版错乱等情况,有可能是净化规则或简繁转换出现问题。
* 漫画源看书显示乱码,**阅读与其他软件的源并不通用**,请导入阅读的支持的漫画源!

**2023/11/01**

* 修复一些bug

**2023/08/02**
* 更新cronet: 119.0.6045.53
* 更新cronet: 117.0.5938.60

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext{
compile_sdk_version = 34
build_tool_version = '34.0.0'
kotlin_version = '1.9.10'
kotlin_version = '1.9.20'
ksp_version = "1.0.13"
agp_version = '8.1.2'
media3_version = "1.1.1"
Expand Down

0 comments on commit 6697190

Please sign in to comment.