From ddc7b36e72dee19b87204beacc8322ca221b5524 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 29 Jul 2018 20:25:55 +0800 Subject: Save subscribed subreddits and users to the SQLite database by using Room Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer. --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 43c07085..84eaf93d 100644 --- a/build.gradle +++ b/build.gradle @@ -25,3 +25,8 @@ allprojects { task clean(type: Delete) { delete rootProject.buildDir } + +ext { + roomVersion = '1.1.1' + archLifecycleVersion = '1.1.1' +} \ No newline at end of file -- cgit v1.2.3