From 3784fb964bfcbac8890725ceaf194d6dc3570327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Fri, 22 Nov 2019 17:59:52 +0800 Subject: [PATCH] update dependency --- Android/app/build.gradle | 3 +-- Android/doric/build.gradle | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Android/app/build.gradle b/Android/app/build.gradle index 69ce88c4..9439a4fa 100644 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -22,11 +22,10 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation project(':doric') implementation 'com.github.bumptech.glide:glide:4.10.0' implementation 'com.github.bumptech.glide:annotations:4.10.0' - implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.2.0' + implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.3.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-4' } diff --git a/Android/doric/build.gradle b/Android/doric/build.gradle index 2335aa4a..796434b9 100644 --- a/Android/doric/build.gradle +++ b/Android/doric/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' api 'com.github.pengfeizhou:jsc4a:0.1.0' - implementation 'com.squareup.okhttp3:okhttp:4.2.1' + implementation 'com.squareup.okhttp3:okhttp:4.2.2' implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.3.1' api 'org.nanohttpd:nanohttpd:2.3.1' implementation 'com.google.code.gson:gson:2.8.6'