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-site.git
View the commit online: https://github.com/apache/incubator-weex-site/commit/f107cc53d9b994bfdea4cca0ff9e998617e5a61f The following commit(s) were added to refs/heads/master by this push: new f107cc5 update version (#549) f107cc5 is described below commit f107cc53d9b994bfdea4cca0ff9e998617e5a61f Author: 任跃兵 <[email protected]> AuthorDate: Thu Nov 21 10:35:28 2019 +0800 update version (#549) --- docs/zh/guide/debug/integrate-devtool-to-android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/guide/debug/integrate-devtool-to-android.md b/docs/zh/guide/debug/integrate-devtool-to-android.md index 739acd3..f6d05f3 100644 --- a/docs/zh/guide/debug/integrate-devtool-to-android.md +++ b/docs/zh/guide/debug/integrate-devtool-to-android.md @@ -26,7 +26,7 @@ Android Devtools for Apache Weex 能够方便调试 Weex 页面,但此功能 * *Gradle依赖*. ``` dependencies { - compile 'com.taobao.android:weex_inspector:0.18.10' + implementation 'com.taobao.android:weex_inspector:0.24.2.11' } ``` @@ -36,7 +36,7 @@ Android Devtools for Apache Weex 能够方便调试 Weex 页面,但此功能 <dependency> <groupId>com.taobao.android</groupId> <artifactId>weex_inspector</artifactId> - <version>0.18.10</version> + <version>0.24.2.11</version> <type>pom</type> </dependency> ```
