Skip to content

Commit f1010e8

Browse files
committed
Publish version 1.4.0
1 parent 016692f commit f1010e8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.0 (2019-09-29)
2+
* Migrate to AndroidX, see #583
3+
14
## 1.3.0 (2019-09-29)
25
* (No changes compared to 1.3.0-rc1)
36
* Implement an API that uses the `WorkManager` for scheduling work items

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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.3.0'
14+
implementation 'com.evernote:android-job:1.4.0'
1515
}
1616
```
1717

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#VERSION_NAME=1.3.0
2-
VERSION_NAME=1.3.0-SNAPSHOT
1+
#VERSION_NAME=1.4.0
2+
VERSION_NAME=1.4.0-SNAPSHOT
33
VERSION_CODE=1
44
android.useAndroidX=true
55
android.enableJetifier=true

0 commit comments

Comments
 (0)