You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/02 02:50:01 UTC

[07/36] incubator-weex git commit: + [android] update dependencies

+ [android] update dependencies


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/347b8e76
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/347b8e76
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/347b8e76

Branch: refs/heads/0.14-dev
Commit: 347b8e76ac5dbe64e02241b71b6461c6772f9332
Parents: 718bb75
Author: moxun.ljf <fu...@foxmail.com>
Authored: Fri May 19 15:57:38 2017 +0800
Committer: moxun.ljf <fu...@foxmail.com>
Committed: Fri May 19 15:57:38 2017 +0800

----------------------------------------------------------------------
 android/commons/build.gradle        | 2 +-
 android/playground/app/build.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/347b8e76/android/commons/build.gradle
----------------------------------------------------------------------
diff --git a/android/commons/build.gradle b/android/commons/build.gradle
index 055825b..9f5c82c 100644
--- a/android/commons/build.gradle
+++ b/android/commons/build.gradle
@@ -37,7 +37,7 @@ dependencies {
     compile project(':weex_sdk')
     compile 'com.squareup.picasso:picasso:2.5.2'
     compile 'com.facebook.fresco:fresco:0.10.0'
-    compile 'com.taobao.android.weex_inspection:protocol:1.1.2'
+    compile 'com.taobao.android.weex_inspection:protocol:1.1.4.1'
 
     provided 'com.taobao.android:weex_analyzer:0.1.0.5'
     provided 'com.squareup.okhttp:okhttp:2.3.0'

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/347b8e76/android/playground/app/build.gradle
----------------------------------------------------------------------
diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle
index c1d5da1..bc50f70 100755
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@ -105,5 +105,5 @@ 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.10.0.5@aar'
+    compile 'com.taobao.android:weex_inspector:0.11.0'
 }
\ No newline at end of file