diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 06df3f2ec..eaac8878b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { implementation("androidx.core:core-ktx:1.12.0") implementation(fileTree("include" to arrayOf("*.jar", "*.aar"), "dir" to "libs")) implementation("androidx.preference:preference:1.2.1") - implementation("androidx.appcompat:appcompat:1.6.1") + implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("com.google.android.material:material:1.11.0") testImplementation("junit:junit:4.13.2")