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 ab858bc commit 383a111Copy full SHA for 383a111
buildSrc/src/main/kotlin/deps.kt
@@ -37,7 +37,7 @@ object deps {
37
object androidx {
38
const val appCompat = "androidx.appcompat:appcompat:1.6.1"
39
const val coreKtx = "androidx.core:core-ktx:1.9.0"
40
- const val material = "com.google.android.material:material:1.8.0"
+ const val material = "com.google.android.material:material:1.10.0"
41
const val activityCompose = "androidx.activity:activity-compose:1.7.2"
42
const val hiltNavigationCompose = "androidx.hilt:hilt-navigation-compose:1.0.0"
43
}
0 commit comments