We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754db63 commit d9cfc62Copy full SHA for d9cfc62
README.md
@@ -12,7 +12,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern
12
13
```groovy
14
dependencies {
15
- implementation 'com.evernote:android-job:1.4.1'
+ implementation 'com.evernote:android-job:1.4.2'
16
}
17
```
18
gradle.properties
@@ -1,5 +1,5 @@
1
-#VERSION_NAME=1.4.1
2
-VERSION_NAME=1.4.1-SNAPSHOT
+#VERSION_NAME=1.4.2
+VERSION_NAME=1.4.2-SNAPSHOT
3
VERSION_CODE=1
4
android.useAndroidX=true
5
android.enableJetifier=true
0 commit comments