Default library updates to daily + wifi

This commit is contained in:
arkon
2020-04-30 20:27:02 -04:00
parent 8c0cafc793
commit c06928a7a5
3 changed files with 6 additions and 4 deletions

View File

@@ -29,11 +29,12 @@ object Migrations {
// Fresh install
if (oldVersion == 0) {
// Set up default app updater task
// Set up default background tasks
if (BuildConfig.INCLUDE_UPDATER) {
UpdaterJob.setupTask(context)
}
ExtensionUpdateJob.setupTask(context)
LibraryUpdateJob.setupTask(context)
return false
}