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


The following commit(s) were added to refs/heads/master by this push:
     new 76a01f9  compile is deprecated (#515)
76a01f9 is described below

commit 76a01f992c4983b88310205c53506ab7927984f0
Author: 任跃兵 <[email protected]>
AuthorDate: Tue Oct 29 14:45:20 2019 +0800

    compile is deprecated (#515)
---
 docs/zh/guide/develop/integrate-to-android-app.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/zh/guide/develop/integrate-to-android-app.md 
b/docs/zh/guide/develop/integrate-to-android-app.md
index 48d9439..13de86a 100644
--- a/docs/zh/guide/develop/integrate-to-android-app.md
+++ b/docs/zh/guide/develop/integrate-to-android-app.md
@@ -22,16 +22,16 @@
 dependencies {
     ...
     // 以下两个 weex_sdk 版本二选一
-    //compile 'org.apache.weex:sdk:0.28.0'
-    //compile 'org.apache.weex:sdk_legacy:0.28.0'
+    //implementation 'org.apache.weex:sdk:0.28.0'
+    //implementation 'org.apache.weex:sdk_legacy:0.28.0'
 
     // fastjson
-    compile 'com.alibaba:fastjson:1.1.46.android'
+    implementation 'com.alibaba:fastjson:1.1.46.android'
 
     //support library dependencies
-    compile 'com.android.support:recyclerview-v7:23.1.1'
-    compile 'com.android.support:support-v4:23.1.1'
-    compile 'com.android.support:appcompat-v7:23.1.1'
+    implementation 'com.android.support:recyclerview-v7:23.1.1'
+    implementation 'com.android.support:support-v4:23.1.1'
+    implementation 'com.android.support:appcompat-v7:23.1.1'
 }
 ```
 

Reply via email to