diff --git a/app/build.gradle.kts b/app/build.gradle.kts index af9d9ce..ce1d86d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -76,7 +76,7 @@ android { dependencies { implementation("com.github.kyuubiran:EzXHelper:2.1.1") implementation("androidx.appcompat:appcompat:1.6.1") - implementation("com.google.android.material:material:1.11.0") + implementation("com.google.android.material:material:1.12.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation(project(mapOf("path" to ":dsp"))) compileOnly("de.robv.android.xposed:api:82")