We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f017ac commit fc6dce9Copy full SHA for fc6dce9
sample/build.gradle
@@ -35,7 +35,7 @@ android {
35
dependencies {
36
implementation fileTree(dir: 'libs', include: ['*.jar'])
37
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'
+ implementation 'com.jakewharton:butterknife:9.0.0-rc1'
+ annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc1'
40
implementation project(':library')
41
}
0 commit comments