added missing dependencies after rebase

This commit is contained in:
AndyScherzinger 2017-03-23 17:14:40 +01:00
parent 3831a59223
commit 9e6faf28a5
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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'