Revert "Use stable android-job lib"

This reverts commit 1c28fc69bad34cd781dfe655fa051a622d7b2e62.
This commit is contained in:
Mario Danic 2017-02-24 15:07:11 +01:00 committed by AndyScherzinger
parent 0be1f75d5b
commit 4c86922597
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -57,7 +57,7 @@ dependencies {
compile 'com.google.code.findbugs:annotations:2.0.1'
compile group: 'commons-io', name: 'commons-io', version: '2.4'
compile 'com.google.android.gms:play-services:10.2.0'
compile 'com.evernote:android-job:1.1.6'
compile 'com.evernote:android-job:1.1.7-SNAPSHOT'
/// dependencies for local unit tests
testCompile 'junit:junit:4.12'