We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7fd8b commit a3b9e35Copy full SHA for a3b9e35
app/build.gradle
@@ -48,7 +48,7 @@ android {
48
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
49
implementation 'androidx.core:core-ktx:1.8.0'
50
implementation 'androidx.appcompat:appcompat:1.4.2'
51
- implementation 'com.google.android.material:material:1.6.1'
+ implementation 'com.google.android.material:material:1.7.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