Skip to content

Commit

Permalink
Fix butterknife binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Damiano Giusti authored and Francesco Furlan committed Aug 30, 2017
1 parent b115911 commit a02b029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
compile 'joda-time:joda-time:2.9.9'

provided "com.jakewharton:butterknife:+"
annotationProcessor "com.jakewharton:butterknife-compiler:+"
provided "io.reactivex.rxjava2:rxjava:+"
retrolambdaConfig 'net.orfjackal.retrolambda:retrolambda:2.5.1'
}
Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {
testCompile 'junit:junit:4.12'

compile 'com.jakewharton:butterknife:8.7.0'
annotationProcessor "com.jakewharton:butterknife-compiler:8.7.0"
compile "io.reactivex.rxjava2:rxjava:2.1.2"
compile project(':library')
}

0 comments on commit a02b029

Please sign in to comment.