diff --git a/app/build.gradle b/app/build.gradle index 89ed118e..d05aa627 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}" implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0-alpha01' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation 'androidx.preference:preference-ktx:1.1.1' @@ -89,7 +89,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation ('androidx.appcompat:appcompat:1.3.1') + implementation ('androidx.appcompat:appcompat:1.4.1') implementation "androidx.documentfile:documentfile:1.0.1" // ViewModel diff --git a/common/build.gradle b/common/build.gradle index 10da2afe..8107e0ea 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0-alpha01' implementation 'androidx.constraintlayout:constraintlayout:2.1.2' testImplementation 'junit:junit:4.+' diff --git a/keypasscompose/build.gradle b/keypasscompose/build.gradle index 556e4e13..80a8d913 100644 --- a/keypasscompose/build.gradle +++ b/keypasscompose/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation project(":common") implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.6.0-alpha01' implementation "androidx.compose.ui:ui:1.1.0-beta02" implementation "androidx.compose.material:material:1.0.5"