From 466b611555590b0e8bed208bdd29f15c6bfa3923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E7=BB=AA=E6=97=BB?= Date: Mon, 5 Nov 2018 20:19:56 +0800 Subject: [PATCH] * [android] Update devtool version --- android/playground/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle index 3e4954d115..8256ba907e 100755 --- a/android/playground/app/build.gradle +++ b/android/playground/app/build.gradle @@ -117,7 +117,7 @@ dependencies { compile 'com.jakewharton.scalpel:scalpel:1.1.2' compile 'com.taobao.android.weex_inspection:urlconnection_interceptor:1.0.0' compile 'com.android.support.test.espresso:espresso-idling-resource:2.2.2' - compile 'com.taobao.android:weex_inspector:0.16.7' + compile 'com.taobao.android:weex_inspector:0.18.10' //compile project(":weex_inspector") } @@ -127,4 +127,4 @@ if(file('../../license/LICENSE').exists()){ excludes(["com/google/zxing/**/*.java","**/*.xml"]) } preBuild.dependsOn licenseFormat -} \ No newline at end of file +}