Clear accessibility delegete from recycled views
When a view is recycled, RecyclerView should clean the accessibility
delegate. Not doing so was causing problems if View is added to
another container which is not a Collection
Bug: 17739472
Change-Id: I45c5895342f33fa485daae178ad508bda0fb4f68
diff --git a/v4/build.gradle b/v4/build.gradle
index fed5c24..eb3b601 100644
--- a/v4/build.gradle
+++ b/v4/build.gradle
@@ -55,6 +55,7 @@
dependencies {
compile project(':support-annotations')
+ donutCompile project(':support-annotations')
// add the internal implementation as a dependency.
// this is not enough to make the regular compileJava task