Update dependency

This commit is contained in:
Mario Danic 2017-02-27 22:04:53 +01:00 committed by AndyScherzinger
parent 8f3c052ab5
commit 01e9a3568e
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -34,9 +34,6 @@ ext {
repositories {
jcenter()
maven { url "https://jitpack.io" }
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
flatDir {
dirs 'libs'
@ -57,7 +54,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.7-SNAPSHOT'
compile 'com.evernote:android-job:1.1.7'
/// dependencies for local unit tests
testCompile 'junit:junit:4.12'