You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2018/11/05 12:17:14 UTC

[incubator-weex] branch master updated: * [android] Update devtool version (#1708)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new a1a05cc  * [android] Update devtool version (#1708)
a1a05cc is described below

commit a1a05cce060b224158e4fa0ea210063a15bbd209
Author: 莫绪旻 <mi...@foxmail.com>
AuthorDate: Mon Nov 5 20:17:09 2018 +0800

    * [android] Update devtool version (#1708)
---
 android/playground/app/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle
index 3a43ac2..acd2d97 100755
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@ -118,7 +118,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")
 }