Skip to content

Commit

Permalink
Publish version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 29, 2019
1 parent 4c08962 commit 9efd3ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.0 (2019-09-29)
* (No changes compared to 1.3.0-rc1)
* Implement an API that uses the `WorkManager` for scheduling work items
* Initialize the job storage on a background thread, see #471
* Restrict usage of internal classes for internal usage only, see #465
* Use a `JobIntentService` implementation that doesn't crash, see #255
* Offset the end time when rescheduling an inexact job, see #547

## 1.3.0-rc1 (2019-03-22)
* Offset the end time when rescheduling an inexact job, see #547
* Upgraded WorkManager to 1.0.0, see #561
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern

```groovy
dependencies {
implementation 'com.evernote:android-job:1.2.6'
// or
implementation 'com.evernote:android-job:1.3.0-rc1'
implementation 'com.evernote:android-job:1.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#VERSION_NAME=1.3.0-rc1
#VERSION_NAME=1.3.0
VERSION_NAME=1.3.0-SNAPSHOT
VERSION_CODE=1

0 comments on commit 9efd3ff

Please sign in to comment.