From 583578fe8afcdb1778b37c38f6e4ccc56c35612e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Jun 2017 17:03:11 +0300 Subject: WIP: headlines list switched to recycler view known issues: context menu not working --- org.fox.ttrss/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'org.fox.ttrss/build.gradle') diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle index 37e503cc..9c072e14 100755 --- a/org.fox.ttrss/build.gradle +++ b/org.fox.ttrss/build.gradle @@ -32,6 +32,7 @@ dependencies { compile 'com.bogdwellers:pinchtozoom:0.1' compile 'com.github.bumptech.glide:glide:3.8.0' compile 'jp.wasabeef:glide-transformations:2.0.2' + compile 'com.android.support:recyclerview-v7:25.3.1' compile 'com.android.support:cardview-v7:25.3.1' compile 'com.android.support:support-v4:25.3.1' compile 'com.android.support:appcompat-v7:25.3.1' -- cgit v1.2.3