diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a6a5627..de0e126 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -39,7 +39,7 @@ android { dependencies { implementation("com.android.volley:volley:1.2.1") implementation("androidx.core:core-ktx:1.12.0") - 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(platform("com.google.firebase:firebase-bom:32.7.0"))