From b62593984d0bf3d70f96baa26bac7496da9fff78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Mon, 21 Oct 2019 10:03:09 +0800 Subject: [PATCH] update gradle dependencies --- Android/doric/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android/doric/build.gradle b/Android/doric/build.gradle index dbd3f8a4..ab23ab0a 100644 --- a/Android/doric/build.gradle +++ b/Android/doric/build.gradle @@ -46,10 +46,10 @@ task buildDebugger(type: Exec) { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.1.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' api 'com.github.pengfeizhou:jsc4a:0.1.0' implementation "com.squareup.okhttp3:okhttp:3.11.0" implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.0.1'