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 a05f1f3 commit cf29711Copy full SHA for cf29711
lib/build.gradle.kts
@@ -37,7 +37,7 @@ android {
37
dependencies {
38
implementation("androidx.core:core-ktx:1.7.0")
39
implementation("androidx.appcompat:appcompat:1.4.0")
40
- implementation("com.google.android.material:material:1.4.0")
+ implementation("com.google.android.material:material:1.9.0")
41
implementation("com.hankcs:aho-corasick-double-array-trie:1.2.3")
42
testImplementation("junit:junit:4.13.2")
43
androidTestImplementation("androidx.test.ext:junit:1.1.3")
0 commit comments