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 0c08479 commit 7d51541Copy full SHA for 7d51541
samples/tutorial/build.gradle
@@ -16,7 +16,7 @@ buildscript {
16
stdlib: "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version",
17
test: "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version",
18
],
19
- material: 'com.google.android.material:material:1.2.1',
+ material: 'com.google.android.material:material:1.11.0',
20
recyclerview: 'androidx.recyclerview:recyclerview:1.3.2',
21
viewbinding: 'androidx.databinding:viewbinding:4.0.1',
22
viewmodelktx: 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0',
0 commit comments