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/02/28 02:30:25 UTC

[45/50] incubator-weex git commit: * [test] exclude group: 'com.android.support', module: 'recyclerview-v7' (#2757)

* [test] exclude group: 'com.android.support', module: 'recyclerview-v7' (#2757)



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

Branch: refs/heads/0.11-dev
Commit: d7586164ac0f728d67501bf00b67556718714927
Parents: 6b7f1ea
Author: atomtong <to...@qq.com>
Authored: Mon Feb 27 11:34:56 2017 +0800
Committer: YorkShen <sh...@gmail.com>
Committed: Mon Feb 27 11:34:56 2017 +0800

----------------------------------------------------------------------
 android/playground/app/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d7586164/android/playground/app/build.gradle
----------------------------------------------------------------------
diff --git a/android/playground/app/build.gradle b/android/playground/app/build.gradle
index 9e2de9c..b7bb87b 100755
--- a/android/playground/app/build.gradle
+++ b/android/playground/app/build.gradle
@@ -76,6 +76,7 @@ dependencies {
         exclude group: 'com.android.support', module: 'support-v4'
         exclude group: 'com.android.support', module: 'design'
         exclude group: 'com.android.support', module: 'appcompat-v7'
+        exclude group: 'com.android.support', module: 'recyclerview-v7'
     })
     androidTestCompile 'com.android.support.test:runner:0.5'
     androidTestCompile 'com.squareup.picasso:picasso:2.5.2'