更换 定时任务的实现

This commit is contained in:
hyb1996
2018-12-15 16:45:01 +08:00
parent b79b25cfb3
commit 6f66956751
9 changed files with 112 additions and 89 deletions

View File

@@ -153,6 +153,8 @@ dependencies {
implementation('com.afollestad.material-dialogs:commons:0.9.2.3', {
exclude group: 'com.android.support'
})
// Android job
implementation 'com.evernote:android-job:1.2.6'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
// Optional, if you use support library fragments: