diff --git a/app/build.gradle b/app/build.gradle index 30eb02e..c25b089 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ if (project.hasProperty('sign')) { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version") implementation("androidx.appcompat:appcompat:1.6.0") - implementation("com.google.android.material:material:1.7.0") + implementation("com.google.android.material:material:1.8.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0") implementation("com.squareup.okhttp3:okhttp-sse:4.10.0")