diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index b66ca6e4c..bce6a212d 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -446,7 +446,7 @@ dependencies { implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar")))) implementation("androidx.legacy:legacy-support-v4:1.0.0") - implementation("androidx.appcompat:appcompat:1.7.0") + implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.legacy:legacy-preference-v14:1.0.0") implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.browser:browser:1.8.0")