Skip to content

Commit

Permalink
Exclude transitive duplicate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Iosue committed Mar 29, 2017
1 parent 04b028e commit 98b86ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ dependencies {
compile('com.github.afollestad.material-dialogs:commons:0.8.5.6@aar') {
transitive = true
}
compile 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
compile ('com.jakewharton:butterknife:8.5.1'){
exclude group: 'com.android.support'
}
compile('org.mnode.ical4j:ical4j:1.0.6') {
exclude group: 'commons.io'
}
Expand Down

0 comments on commit 98b86ea

Please sign in to comment.