We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67021e commit 7634c00Copy full SHA for 7634c00
app/build.gradle.kts
@@ -82,6 +82,6 @@ android {
82
}
83
84
dependencies {
85
- implementation("androidx.appcompat:appcompat:1.4.2")
86
- implementation("com.google.android.material:material:1.6.0")
+ implementation("androidx.appcompat:appcompat:1.5.0")
+ implementation("com.google.android.material:material:1.6.1")
87
0 commit comments