|
|
|
@ -6,6 +6,7 @@ import android.content.Context;
|
|
|
|
|
import com.todoroo.astrid.backup.BackupService;
|
|
|
|
|
import com.todoroo.astrid.gtasks.GtasksBackgroundService;
|
|
|
|
|
import com.todoroo.astrid.reminders.ReminderSchedulingService;
|
|
|
|
|
import com.todoroo.astrid.widget.WidgetUpdateService;
|
|
|
|
|
|
|
|
|
|
import org.tasks.widget.ScrollableWidgetUpdateService;
|
|
|
|
|
|
|
|
|
@ -18,6 +19,7 @@ import dagger.Provides;
|
|
|
|
|
GtasksBackgroundService.class,
|
|
|
|
|
ReminderSchedulingService.class,
|
|
|
|
|
ScrollableWidgetUpdateService.class,
|
|
|
|
|
WidgetUpdateService.class,
|
|
|
|
|
BackupService.class
|
|
|
|
|
})
|
|
|
|
|
public class ServiceModule {
|
|
|
|
|