Skip to content

Commit c594be8

Browse files
committed
Update RecyclerView to 1.2.1
1 parent faf4fee commit c594be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cardstackview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ android {
1616
}
1717

1818
dependencies {
19-
implementation 'androidx.recyclerview:recyclerview:1.0.0'
19+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
2020
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
// Support Library
2626
implementation 'androidx.appcompat:appcompat:1.1.0'
27-
implementation 'androidx.recyclerview:recyclerview:1.0.0'
27+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
2828
implementation 'androidx.cardview:cardview:1.0.0'
2929
implementation 'com.google.android.material:material:1.0.0'
3030

0 commit comments

Comments
 (0)