From cb39ad141b1a32ed118f4ab1a5e7a4076548f06f Mon Sep 17 00:00:00 2001 From: gedoor Date: Thu, 6 Aug 2020 08:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=BA=9B=E5=BA=93?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 26acce2d3..78c5ff95d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,7 +110,7 @@ kapt { } dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10' implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test:runner:1.2.0' @@ -125,13 +125,13 @@ dependencies { //androidX implementation 'androidx.core:core-ktx:1.3.1' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.media:media:1.1.0' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.viewpager2:viewpager2:1.0.0' - implementation 'com.google.android.material:material:1.1.0' + implementation 'com.google.android.material:material:1.2.0' implementation 'com.google.android:flexbox:1.1.0' implementation 'com.google.code.gson:gson:2.8.6' @@ -171,7 +171,7 @@ dependencies { //网络 //noinspection GradleDependency - implementation 'com.squareup.retrofit2:retrofit:2.7.2' + implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1' //Glide @@ -188,14 +188,14 @@ dependencies { implementation 'com.jaredrummler:colorpicker:1.1.0' //apache - implementation 'org.apache.commons:commons-lang3:3.10' + implementation 'org.apache.commons:commons-lang3:3.11' implementation 'org.apache.commons:commons-text:1.8' //MarkDown implementation 'ru.noties.markwon:core:3.1.0' //转换繁体 - implementation 'com.hankcs:hanlp:portable-1.7.7' + implementation 'com.hankcs:hanlp:portable-1.7.8' //epub implementation('com.positiondev.epublib:epublib-core:3.1') {