From a31995e48f18dee8e79061581be8692e43d6cea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Tue, 24 Jun 2025 11:31:16 +0200 Subject: [PATCH] chore: updated versions --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eb6e15d39..1df35555a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,11 +1,11 @@ [versions] -appcompat = "1.7.0" +appcompat = "1.7.1" dokka-gradle-plugin = "2.0.0" -gradle = "8.9.1" +gradle = "8.10.1" jacoco-android = "0.2.1" lifecycle-extensions = "2.2.0" -lifecycle-viewmodel-ktx = "2.9.0" -kotlin = "2.1.20" +lifecycle-viewmodel-ktx = "2.9.1" +kotlin = "2.2.0" kotlinx-coroutines = "1.10.2" junit = "4.13.2" mockito-core = "5.17.0" @@ -16,7 +16,7 @@ core-ktx = "1.16.0" robolectric = "4.14.1" kxml2 = "2.3.0" mockk = "1.14.2" -lint = "31.10.0" +lint = "31.10.1" org-jacoco-core = "0.8.13" material = "1.12.0"