diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ba7389ce0f..55885e6875 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ protobufGradlePlugin = "0.10.0" android = { module = "com.google.android:android", version.ref = "android" } androidMaterial = {module = "com.google.android.material:material", version = "1.14.0" } androidx-annotations = { module = "androidx.annotation:annotation", version = "1.10.0" } -androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } +androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.8.0" } androidx-compose = { module = "androidx.activity:activity-compose", version = "1.13.0" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.2" } androidx-ktx = { module = "androidx.core:core-ktx", version = "1.19.0" }