Skip to content

Commit

Permalink
Publish version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 30, 2019
1 parent 376b851 commit 3437936
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.1 (2019-09-30)
* Remove appcompat as dependency, which was accidentally added in 1.4.0.

## 1.4.0 (2019-09-29)
* Migrate to AndroidX, see #583

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

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

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.4.0
VERSION_NAME=1.4.0-SNAPSHOT
#VERSION_NAME=1.4.1
VERSION_NAME=1.4.1-SNAPSHOT
VERSION_CODE=1
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 3437936

Please sign in to comment.