From c7ae2bc42938c4d5d9e45c12900d51eadffbd92c Mon Sep 17 00:00:00 2001 From: zhwanng <48609908+zhwanng@users.noreply.github.com> Date: Thu, 3 Aug 2023 10:54:48 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bf9a01238..2e9b07a8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -131,23 +131,26 @@ android { implementation 'me.relex:circleindicator:2.1.6' implementation 'com.github.kevinsawicki:http-request:6.0' - implementation 'commons-io:commons-io:2.11.0' + implementation 'commons-io:commons-io:2.13.0' implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.3' - implementation 'com.cocosw:bottomsheet:1.5.0' //https://github.com/google/guava - implementation "com.google.guava:guava:31.1-android" + implementation "com.google.guava:guava:32.1.2-android" //https://github.com/Baseflow/PhotoView implementation 'com.github.Chrisbanes:PhotoView:2.3.0' - //https://jitpack.io/#zhwanng + //https://jitpack.io implementation 'com.github.zhwanng:XXPermissions:1.0.2' implementation 'com.github.zhwanng.android-iconify:android-iconify:3.0.1' implementation 'com.github.zhwanng.android-iconify:android-iconify-material-community:3.0.1' + implementation 'com.github.zhwanng:BottomSheet:v1.5.2' + implementation 'com.github.haiwen:MarkdownView:v0.19.4' + implementation 'com.github.yydcdut.RxMarkdown:markdown-processor:v0.1.3' testImplementation 'junit:junit:4.12' testImplementation 'org.robolectric:robolectric:3.0' + implementation 'com.madgag.spongycastle:core:1.54.0.0' implementation 'com.madgag.spongycastle:prov:1.54.0.0' implementation 'com.squareup.okhttp3:okhttp:3.9.1' @@ -155,7 +158,6 @@ android { implementation 'io.reactivex.rxjava3:rxandroid:3.0.2' implementation 'com.google.code.gson:gson:2.10' - implementation 'com.github.yydcdut.RxMarkdown:markdown-processor:v0.1.3' implementation 'org.greenrobot:eventbus:3.3.1' def glide_version = "4.14.2" @@ -163,7 +165,6 @@ android { implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version" annotationProcessor "com.github.bumptech.glide:compiler:$glide_version" - implementation 'com.github.haiwen:MarkdownView:v0.19.4' } }