浏览代码

added missing dependencies after rebase

AndyScherzinger 8 年之前
父节点
当前提交
9e6faf28a5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      build.gradle

+ 2 - 0
build.gradle

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