@@ -4,7 +4,7 @@ plugins {
4
4
id ' kotlin-parcelize'
5
5
// id 'kotlin-kapt'
6
6
id ' com.google.devtools.ksp'
7
- // id "com.google.gms.google-services"
7
+ id " com.google.gms.google-services"
8
8
}
9
9
apply from : ' download.gradle'
10
10
@@ -203,7 +203,7 @@ dependencies {
203
203
implementation(' io.github.jeremyliao:live-event-bus-x:1.8.0' )
204
204
205
205
// 规则相关
206
- implementation(' org.jsoup:jsoup:1.16.1 ' )
206
+ implementation(' org.jsoup:jsoup:1.16.2 ' )
207
207
implementation(' com.jayway.jsonpath:json-path:2.8.0' )
208
208
implementation(' cn.wanghaomiao:JsoupXpath:2.5.3' )
209
209
implementation(project(path : ' :modules:book' ))
@@ -240,10 +240,10 @@ dependencies {
240
240
implementation(' com.jaredrummler:colorpicker:1.1.0' )
241
241
242
242
// 压缩解压
243
- implementation ' me.zhanghai.android.libarchive:library:1.0.2 '
243
+ implementation ' me.zhanghai.android.libarchive:library:1.0.3 '
244
244
245
245
// apache
246
- implementation(' org.apache.commons:commons-text:1.10 .0' )
246
+ implementation(' org.apache.commons:commons-text:1.11 .0' )
247
247
248
248
// MarkDown
249
249
def markwonVersion = " 4.6.2"
@@ -257,10 +257,10 @@ dependencies {
257
257
258
258
// 加解密类库,有些书源使用
259
259
// noinspection GradleDependency,GradlePackageUpdate
260
- implementation(' cn.hutool:hutool-crypto:5.8.21 ' )
260
+ implementation(' cn.hutool:hutool-crypto:5.8.22 ' )
261
261
262
262
// firebase, 崩溃统计和性能统计, 会导致共存版本崩溃
263
- implementation platform(' com.google.firebase:firebase-bom:30.0.1 ' )
263
+ implementation platform(' com.google.firebase:firebase-bom:32.5.0 ' )
264
264
implementation ' com.google.firebase:firebase-analytics-ktx:21.5.0'
265
265
implementation ' com.google.firebase:firebase-perf-ktx:20.5.0'
266
266
0 commit comments