Skip to content

Commit

Permalink
Publish version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 29, 2019
1 parent 016692f commit f1010e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.0 (2019-09-29)
* Migrate to AndroidX, see #583

## 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern

```groovy
dependencies {
implementation 'com.evernote:android-job:1.3.0'
implementation 'com.evernote:android-job:1.4.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#VERSION_NAME=1.3.0
VERSION_NAME=1.3.0-SNAPSHOT
#VERSION_NAME=1.4.0
VERSION_NAME=1.4.0-SNAPSHOT
VERSION_CODE=1
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit f1010e8

Please sign in to comment.