| commit | ffff7c903fa7dbf176fd251f77a959e6b9531456 | [log] [tgz] |
|---|---|---|
| author | Yigit Boyar <yboyar@google.com> | Wed Oct 08 17:24:29 2014 -0700 |
| committer | Yigit Boyar <yboyar@google.com> | Wed Oct 08 17:24:29 2014 -0700 |
| tree | 4e8edde5a8b444fa30462060abd7b66bd1435908 | |
| parent | 9d1e1d9fcb6c8ecbf37c480bdbcd5180ee7bc4c5 [diff] [blame] |
Make sure orientation helper is initialized before accessing Bug: 17724151 Change-Id: Idc8ce16d0c3c325ef5a90b41330d3f109517fe17
diff --git a/v7/recyclerview/build.gradle b/v7/recyclerview/build.gradle index 40a58ad..4d0b564 100644 --- a/v7/recyclerview/build.gradle +++ b/v7/recyclerview/build.gradle
@@ -4,6 +4,7 @@ dependencies { compile project(':support-v4') + compile project(':support-annotations') } android {