Skip to content

Commit fc6dce9

Browse files
committed
[Fix] Downgrade ButterKnife to fix build.
1 parent 9f017ac commit fc6dce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
dependencies {
3636
implementation fileTree(dir: 'libs', include: ['*.jar'])
3737
implementation 'androidx.appcompat:appcompat:1.0.2'
38-
implementation 'com.jakewharton:butterknife:9.0.0-rc3'
39-
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc3'
38+
implementation 'com.jakewharton:butterknife:9.0.0-rc1'
39+
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc1'
4040
implementation project(':library')
4141
}

0 commit comments

Comments
 (0)