Skip to content

Commit 9efd3ff

Browse files
committed
Publish version 1.3.0
1 parent 4c08962 commit 9efd3ff

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern
1111

1212
```groovy
1313
dependencies {
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#VERSION_NAME=1.3.0-rc1
1+
#VERSION_NAME=1.3.0
22
VERSION_NAME=1.3.0-SNAPSHOT
33
VERSION_CODE=1

0 commit comments

Comments
 (0)