File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Download [the latest version](http://search.maven.org/#search|gav|1|g:"com.evern
1111
1212``` groovy
1313dependencies {
14- implementation 'com.evernote:android-job:1.3 .0'
14+ implementation 'com.evernote:android-job:1.4 .0'
1515}
1616```
1717
Original file line number Diff line number Diff line change 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
33VERSION_CODE =1
44android.useAndroidX =true
55android.enableJetifier =true
You can’t perform that action at this time.
0 commit comments