Update build.gradle
diff --git a/build.gradle b/build.gradle
index e11a5b3..7a46d53 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,8 +17,15 @@
 allprojects {
     repositories {
         google()
-        jcenter()
-        
+        maven(){
+            url 'https://maven.aliyun.com/repository/google'
+        }
+        maven() {
+            url 'http://oss.jfrog.org/oss-snapshot-local/'
+        }
+        jcenter(){
+            url 'https://maven.aliyun.com/repository/jcenter'
+        }
     }
 }
 
diff --git a/weex-compatible/build.gradle b/weex-compatible/build.gradle
index 050b577..32a3ff8 100644
--- a/weex-compatible/build.gradle
+++ b/weex-compatible/build.gradle
@@ -18,6 +18,7 @@
 }
 
 dependencies {
+    compileOnly "com.taobao.android:weex_sdk:0.27.0.3-SNAPSHOT@aar"
     testImplementation 'junit:junit:4.12'
     androidTestImplementation 'com.android.support.test:runner:1.0.2'
     androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'