We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002062e commit d534704Copy full SHA for d534704
1 file changed
android/dependencies.gradle
@@ -30,7 +30,7 @@ ext {
30
androidSwipeRefreshLayout : "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0",
31
junit : "junit:junit:4.13.2",
32
kotlinStdlibJdk7 : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.31",
33
- materialComponents : "com.google.android.material:material:1.3.0",
+ materialComponents : "com.google.android.material:material:1.4.0",
34
moshiKotlin : "com.squareup.moshi:moshi-kotlin:1.12.0",
35
moshiKotlinCodegen : "com.squareup.moshi:moshi-kotlin-codegen:1.12.0",
36
]
0 commit comments