Skip to content

Commit

Permalink
[Fix] Downgrade ButterKnife to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Dec 30, 2018
1 parent 9f017ac commit fc6dce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.jakewharton:butterknife:9.0.0-rc3'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc3'
implementation 'com.jakewharton:butterknife:9.0.0-rc1'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc1'
implementation project(':library')
}

0 comments on commit fc6dce9

Please sign in to comment.