We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a3d4c commit 6d149dcCopy full SHA for 6d149dc
app/build.gradle
@@ -48,7 +48,7 @@ android {
48
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
49
implementation 'androidx.core:core-ktx:1.12.0'
50
implementation 'androidx.appcompat:appcompat:1.6.1'
51
- implementation 'com.google.android.material:material:1.6.1'
+ implementation 'com.google.android.material:material:1.11.0'
52
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
53
testImplementation 'junit:junit:4.13.2'
54
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
0 commit comments