File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323
2424dependencies {
2525 implementation ' androidx.appcompat:appcompat:1.1.0'
26- implementation ' androidx.recyclerview:recyclerview:1.1.0-rc01 '
26+ implementation ' androidx.recyclerview:recyclerview:1.1.0'
2727}
2828
2929buildscript {
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ android {
3434
3535dependencies {
3636 implementation ' androidx.appcompat:appcompat:1.1.0'
37- implementation ' androidx.recyclerview:recyclerview:1.1.0-rc01 '
38- implementation ' com.google.android.material:material:1.2.0-alpha01 '
37+ implementation ' androidx.recyclerview:recyclerview:1.1.0'
38+ implementation ' com.google.android.material:material:1.2.0-alpha02 '
3939 implementation ' com.jakewharton:butterknife:10.2.0'
4040 annotationProcessor ' com.jakewharton:butterknife-compiler:10.2.0'
4141 implementation project(' :library' )
You can’t perform that action at this time.
0 commit comments