File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.0 (2019-09-29)
2+ * (No changes compared to 1.3.0-rc1)
3+ * Implement an API that uses the ` WorkManager ` for scheduling work items
4+ * Initialize the job storage on a background thread, see #471
5+ * Restrict usage of internal classes for internal usage only, see #465
6+ * Use a ` JobIntentService ` implementation that doesn't crash, see #255
7+ * Offset the end time when rescheduling an inexact job, see #547
8+
19## 1.3.0-rc1 (2019-03-22)
210* Offset the end time when rescheduling an inexact job, see #547
311* Upgraded WorkManager to 1.0.0, see #561
Original file line number Diff line number Diff line change @@ -11,10 +11,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern
1111
1212``` groovy
1313dependencies {
14- implementation 'com.evernote:android-job:1.2.6'
15-
16- // or
17- implementation 'com.evernote:android-job:1.3.0-rc1'
14+ implementation 'com.evernote:android-job:1.3.0'
1815}
1916```
2017
Original file line number Diff line number Diff line change 1- # VERSION_NAME=1.3.0-rc1
1+ # VERSION_NAME=1.3.0
22VERSION_NAME =1.3.0-SNAPSHOT
33VERSION_CODE =1
You can’t perform that action at this time.
0 commit comments