重做漫画功能,不影响现有逻辑漫画功能 (#4685)
* 增加漫画UI * ... * ... * ... * ... * ... * ... * ... * ... * ... * 完成加载图片人机验证问题 * 完成加载框 * ... * ... * .... * ... * ... * ... * ... * ... * ... * ... * ... * ... * 剔除重复章节 * ... * .... * ... * ... * ... * ... * .... * ... * ... * ... * .... * ... * ... * ... * .... * ... * ... * ... * .... * ... * ... * ... * ... * ... * ... * ... * ... * ... * ... * .... * ... * ... * ... * ... * ... * ... * ... * ... * ... * ... * .... * ... * ... * ... * ... * ... * ... * ... * ... * ... * .... * ... * ... * ... * ... * ... * ... * ... * ... * ... * ... * ...
This commit is contained in:
@@ -238,6 +238,7 @@ dependencies {
|
||||
|
||||
//Glide
|
||||
implementation(libs.glide.glide)
|
||||
implementation(libs.glide.okhttp)
|
||||
ksp(libs.glide.ksp)
|
||||
|
||||
//Svg
|
||||
@@ -279,6 +280,8 @@ dependencies {
|
||||
implementation platform(libs.firebase.bom)
|
||||
implementation libs.firebase.analytics
|
||||
implementation libs.firebase.perf
|
||||
implementation libs.zoom.imageview
|
||||
implementation libs.glide.recyclerview
|
||||
|
||||
//LeakCanary, 内存泄露检测
|
||||
//debugImplementation('com.squareup.leakcanary:leakcanary-android:2.7')
|
||||
|
||||
Reference in New Issue
Block a user