diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 33f8bc9dd..28e4418ab 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -11,15 +11,15 @@ microg-services-location = { module = "org.microg.gms:play-services-location", v androidx-core = { module = "androidx.core:core", version = "1.16.0" } jetbrains-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version = "2.1.21" } androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } -androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } +androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" } androidx-car-app = { module = "androidx.car.app:app", version.ref = "androidxCarApp" } androidx-car-app-projected = { module = "androidx.car.app:app-projected", version.ref = "androidxCarApp" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } -androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.7" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.8" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" } androidx-work-runtime = { module = "androidx.work:work-runtime", version = "2.10.1" } -androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.9.0" } +androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.9.1" } android-material = { module = "com.google.android.material:material", version = "1.12.0" } google-guava = { module = "com.google.guava:guava", version = "33.3.1-android" } devnullorthrow-mpandroidchart = { module = "com.github.devnullorthrow:MPAndroidChart", version = "3.2.0-alpha" }