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 30, 2017
1 parent 04b028e commit d10bc42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ android {
dependencies {
androidTestCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.12'
androidTestCompile 'com.android.support:support-annotations:25.1.0'
androidTestCompile 'com.android.support:support-annotations:23.4.0'
androidTestCompile 'com.android.support.test:runner:0.5'
androidTestCompile 'com.android.support.test:rules:0.5'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
Expand Down 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 d10bc42

Please sign in to comment.