From 21c9eb03ed79577f6dbfb726c531d65fd0711f07 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 17 Aug 2019 17:43:29 +0800 Subject: Fetch unread messages periodically (15 mins for test) using WorkManager. Click new comment notifications to view new comment in ViewPostDetailActivity. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 6cfa4e13..67c0ed85 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,4 +79,5 @@ dependencies { implementation 'com.github.livefront:bridge:v1.2.0' implementation 'com.evernote:android-state:1.4.1' annotationProcessor 'com.evernote:android-state-processor:1.4.1' + implementation "androidx.work:work-runtime:2.2.0" } -- cgit v1.2.3