We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3e3ef commit b36efbcCopy full SHA for b36efbc
1 file changed
sample/build.gradle
@@ -35,8 +35,8 @@ android {
35
dependencies {
36
implementation 'androidx.appcompat:appcompat:1.1.0'
37
implementation 'androidx.recyclerview:recyclerview:1.1.0'
38
- implementation 'com.google.android.material:material:1.2.0-alpha02'
39
- implementation 'com.jakewharton:butterknife:10.2.0'
40
- annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0'
+ implementation 'com.google.android.material:material:1.2.0-alpha05'
+ implementation 'com.jakewharton:butterknife:10.2.1'
+ annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
41
implementation project(':library')
42
}
0 commit comments