mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
added missing dependencies after rebase
This commit is contained in:
parent
3831a59223
commit
9e6faf28a5
1 changed files with 2 additions and 0 deletions
|
@ -179,6 +179,8 @@ dependencies {
|
||||||
compile group: 'commons-io', name: 'commons-io', version: '2.4'
|
compile group: 'commons-io', name: 'commons-io', version: '2.4'
|
||||||
compile 'com.google.android.gms:play-services:10.2.0'
|
compile 'com.google.android.gms:play-services:10.2.0'
|
||||||
compile 'com.github.evernote:android-job:v1.1.8'
|
compile 'com.github.evernote:android-job:v1.1.8'
|
||||||
|
compile 'com.jakewharton:butterknife:8.4.0'
|
||||||
|
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
|
||||||
|
|
||||||
/// dependencies for local unit tests
|
/// dependencies for local unit tests
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
|
|
Loading…
Reference in a new issue