summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-02 15:16:55 +0300
committerAndrew Dolgov <[email protected]>2020-10-02 15:16:55 +0300
commit39d707061fc481ca8163444f224339fe6b2314b1 (patch)
treed0da14ab032ef09260cd289842320970a2e6d4ac /org.fox.ttrss/build.gradle
parent1a1051caee2eeb2ea265c3db7f033731252c9c49 (diff)
use coordinator layout / appbarlayout to deal with collapsing toolbars and article header
Diffstat (limited to 'org.fox.ttrss/build.gradle')
-rwxr-xr-xorg.fox.ttrss/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/build.gradle b/org.fox.ttrss/build.gradle
index 2e8e7918..a211b0d7 100755
--- a/org.fox.ttrss/build.gradle
+++ b/org.fox.ttrss/build.gradle
@@ -60,6 +60,8 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.browser:browser:1.0.0'
+ implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
+ implementation 'com.otaliastudios:nestedscrollcoordinatorlayout:1.0.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.shamanland:fab:0.0.8'