We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3127a commit 524a8e2Copy full SHA for 524a8e2
sample/build.gradle
@@ -34,7 +34,7 @@ android {
34
dependencies {
35
implementation 'androidx.core:core-ktx:1.12.0'
36
implementation 'androidx.appcompat:appcompat:1.6.1'
37
- implementation 'com.google.android.material:material:1.10.0'
+ implementation 'com.google.android.material:material:1.12.0'
38
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
39
implementation project(':View-SavedState-ktx')
40
}
0 commit comments