Github user apuravchauhan commented on a diff in the pull request:
https://github.com/apache/incubator-weex-site/pull/139#discussion_r183218457
--- Diff: source/guide/integrate-to-your-app.md ---
@@ -25,7 +25,7 @@ The keys to intergrating Weex into your Android
application are the following fi
dependencies {
...
// weex sdk and fastjson
- compile 'com.taobao.android:weex_sdk:0.5.1@aar'
+ compile 'com.taobao.android:weex_sdk:0.10.0@aar'
--- End diff --
Changed to 0.18.0 and verified. Works fine
---