This commit is contained in:
kunfei 2023-11-01 15:32:31 +08:00
parent cb87cca282
commit 6697190e18
3 changed files with 13 additions and 10 deletions

View File

@ -4,7 +4,7 @@ plugins {
id 'kotlin-parcelize' id 'kotlin-parcelize'
//id 'kotlin-kapt' //id 'kotlin-kapt'
id 'com.google.devtools.ksp' id 'com.google.devtools.ksp'
//id "com.google.gms.google-services" id "com.google.gms.google-services"
} }
apply from: 'download.gradle' apply from: 'download.gradle'
@ -203,7 +203,7 @@ dependencies {
implementation('io.github.jeremyliao:live-event-bus-x:1.8.0') 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('com.jayway.jsonpath:json-path:2.8.0')
implementation('cn.wanghaomiao:JsoupXpath:2.5.3') implementation('cn.wanghaomiao:JsoupXpath:2.5.3')
implementation(project(path: ':modules:book')) implementation(project(path: ':modules:book'))
@ -240,10 +240,10 @@ dependencies {
implementation('com.jaredrummler:colorpicker:1.1.0') 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 //apache
implementation('org.apache.commons:commons-text:1.10.0') implementation('org.apache.commons:commons-text:1.11.0')
//MarkDown //MarkDown
def markwonVersion = "4.6.2" def markwonVersion = "4.6.2"
@ -257,10 +257,10 @@ dependencies {
//,使 //,使
//noinspection GradleDependency,GradlePackageUpdate //noinspection GradleDependency,GradlePackageUpdate
implementation('cn.hutool:hutool-crypto:5.8.21') implementation('cn.hutool:hutool-crypto:5.8.22')
//firebase, , //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-analytics-ktx:21.5.0'
implementation 'com.google.firebase:firebase-perf-ktx:20.5.0' implementation 'com.google.firebase:firebase-perf-ktx:20.5.0'

View File

@ -12,10 +12,13 @@
* 正文出现缺字漏字、内容缺失、排版错乱等情况,有可能是净化规则或简繁转换出现问题。 * 正文出现缺字漏字、内容缺失、排版错乱等情况,有可能是净化规则或简繁转换出现问题。
* 漫画源看书显示乱码,**阅读与其他软件的源并不通用**,请导入阅读的支持的漫画源! * 漫画源看书显示乱码,**阅读与其他软件的源并不通用**,请导入阅读的支持的漫画源!
**2023/08/02** **2023/11/01**
* 更新cronet: 119.0.6045.53
* 更新cronet: 117.0.5938.60
* 修复一些bug
**2023/08/02**
* 更新cronet: 117.0.5938.60
* 书签导出md格式 * 书签导出md格式
* 优化进度同步,减少webDav下载次数 * 优化进度同步,减少webDav下载次数

View File

@ -4,7 +4,7 @@ buildscript {
ext{ ext{
compile_sdk_version = 34 compile_sdk_version = 34
build_tool_version = '34.0.0' build_tool_version = '34.0.0'
kotlin_version = '1.9.10' kotlin_version = '1.9.20'
ksp_version = "1.0.13" ksp_version = "1.0.13"
agp_version = '8.1.2' agp_version = '8.1.2'
media3_version = "1.1.1" media3_version = "1.1.1"