diff --git a/app/build.gradle.kts b/app/build.gradle.kts index af9d9ce..7d81b90 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -75,7 +75,7 @@ android { dependencies { implementation("com.github.kyuubiran:EzXHelper:2.1.1") - implementation("androidx.appcompat:appcompat:1.6.1") + implementation("androidx.appcompat:appcompat:1.7.0") implementation("com.google.android.material:material:1.11.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation(project(mapOf("path" to ":dsp")))