mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Update dependency
This commit is contained in:
parent
8f3c052ab5
commit
01e9a3568e
1 changed files with 1 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue