We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf4fee commit c594be8Copy full SHA for c594be8
cardstackview/build.gradle
@@ -16,5 +16,5 @@ android {
16
}
17
18
dependencies {
19
- implementation 'androidx.recyclerview:recyclerview:1.0.0'
+ implementation 'androidx.recyclerview:recyclerview:1.2.1'
20
sample/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
25
// Support Library
26
implementation 'androidx.appcompat:appcompat:1.1.0'
27
28
implementation 'androidx.cardview:cardview:1.0.0'
29
implementation 'com.google.android.material:material:1.0.0'
30
0 commit comments