diff --git a/java-example/build.gradle b/java-example/build.gradle index b5a5eae8..56499085 100644 --- a/java-example/build.gradle +++ b/java-example/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' implementation(project(":android-client-sdk")) } diff --git a/kotlin-example/build.gradle b/kotlin-example/build.gradle index baa24a48..1ee9cbe9 100644 --- a/kotlin-example/build.gradle +++ b/kotlin-example/build.gradle @@ -46,7 +46,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.15.0' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' implementation(project(":android-client-sdk")) }