From 0b6a9da664d5657b185a22d87feba7f11df1ef38 Mon Sep 17 00:00:00 2001 From: seven332 Date: Sat, 25 May 2019 19:04:43 +0800 Subject: [PATCH] Update libraries --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 447ad2c84..9e7d090ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.google.android.material:material:1.0.0' implementation 'com.google.firebase:firebase-core:16.0.9' - implementation 'com.crashlytics.sdk.android:crashlytics:2.10.0' + implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' implementation 'com.getkeepsafe.relinker:relinker:1.3.1' implementation 'com.github.amlcurran.showcaseview:library:5.4.3' implementation 'com.github.seven332.a7zip:extract-lite:d4ddec5793' @@ -98,7 +98,7 @@ dependencies { implementation 'com.github.seven332:yorozuya-thread:0.1.1' implementation 'com.github.seven332:yorozuya-collect:0.1.4' implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0' - implementation 'com.squareup.okhttp3:okhttp:3.12.1' + implementation 'com.squareup.okhttp3:okhttp:3.12.3' implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1' implementation 'org.greenrobot:greendao:2.2.1' implementation 'org.jsoup:jsoup:1.11.3'