Skip to content

Commit adec0ae

Browse files
committed
Publish version 1.4.3
1 parent 69775d8 commit adec0ae

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.3 (2022-04-27)
2+
* Make `PendingIntent`s immutable, what is required for Target SDK 31, see #600
3+
14
## 1.4.2 (2019-10-09)
25
* Bump libraries to the latest version, this fixes a binary incompatibility with `WorkManager`, see #591
36

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern
1616

1717
```groovy
1818
dependencies {
19-
implementation 'com.evernote:android-job:1.4.2'
19+
implementation 'com.evernote:android-job:1.4.3'
2020
}
2121
```
2222

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33

44
GROUP=com.evernote
5-
VERSION_NAME=1.4.3-SNAPSHOT
5+
VERSION_NAME=1.4.3
66
VERSION_CODE=1
77

88
POM_DESCRIPTION=Android library to handle jobs in the background.

0 commit comments

Comments
 (0)