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 2019/04/22 07:27:30 UTC

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

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 5fec7c5  * [Android] Update devtool version (#2341)
5fec7c5 is described below

commit 5fec7c5f0dfd1a1c4fa91cb43dcbc3cf2ec23620
Author: 莫绪旻 <mi...@foxmail.com>
AuthorDate: Mon Apr 22 15:27:25 2019 +0800

    * [Android] Update devtool version (#2341)
---
 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 e5b7832..9c0546f 100755
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@ -116,7 +116,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.18.10'
+    compile 'com.taobao.android:weex_inspector:0.24.2.4'
     //compile project(":weex_inspector")
 
     // Bind actions to effects. See https://alibaba.github.io/bindingx/