From d9cfc62d2cd52051b424efa0dcff3574287a6171 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Wed, 9 Oct 2019 16:28:49 -0700 Subject: [PATCH] Publish version 1.4.2 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97a22025..6e090864 100644 --- a/README.md +++ b/README.md @@ -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.1' + implementation 'com.evernote:android-job:1.4.2' } ``` diff --git a/gradle.properties b/gradle.properties index c25bf4ce..e54c6687 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -#VERSION_NAME=1.4.1 -VERSION_NAME=1.4.1-SNAPSHOT +#VERSION_NAME=1.4.2 +VERSION_NAME=1.4.2-SNAPSHOT VERSION_CODE=1 android.useAndroidX=true android.enableJetifier=true \ No newline at end of file