Skip to content

Commit ac1eeb1

Browse files
committed
[Feature] Update dependencies.
1 parent 5da3958 commit ac1eeb1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323

2424
dependencies {
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

2929
buildscript {

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ android {
3434

3535
dependencies {
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')

0 commit comments

Comments
 (0)