Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Exclude android.support group from butterknife (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
EsteveAguilera authored and pedrovgs committed Sep 17, 2019
1 parent b6efd7d commit 7ba4f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sample/build.gradle
Expand Up @@ -33,7 +33,9 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.jakewharton:butterknife:8.6.0'
implementation 'com.jakewharton:butterknife:8.6.0',{
exclude group: 'com.android.support'
}
implementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
implementation project(':dexter')
Expand Down

0 comments on commit 7ba4f12

Please sign in to comment.