From a7a32948f630ca55d5594e8a3a9b04748085aeea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Mon, 27 Nov 2023 17:24:10 +0100 Subject: [PATCH 1/3] chore: increased and updated libraries --- gradle/libs.versions.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c8a074d5..a392d76b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] -activitycompose = "1.7.2" -agp = "8.1.1" +activitycompose = "1.8.1" +agp = "8.1.4" androidxtest = "1.5.0" -compose-bom = "2023.09.01" -composecompiler = "1.5.3" -coroutines = "1.6.4" -dokka = "1.9.0" +compose-bom = "2023.10.01" +composecompiler = "1.5.4" +coroutines = "1.7.3" +dokka = "1.9.10" espresso = "3.5.1" jacoco-plugin = "0.2.1" jacoco-tool-plugin = "0.8.7" junitktx = "1.1.5" junit = "4.13.2" -kotlin = "1.9.10" -material = "1.9.0" +kotlin = "1.9.20" +material = "1.10.0" mapsktx = "5.0.0" mapsecrets = "2.0.1" From b67dd03d00ac5c741b46a0b0656fb444aa6e8543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Tue, 28 Nov 2023 17:44:40 +0100 Subject: [PATCH 2/3] chore: downgraded coroutines --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a392d76b..2553884d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ agp = "8.1.4" androidxtest = "1.5.0" compose-bom = "2023.10.01" composecompiler = "1.5.4" -coroutines = "1.7.3" +coroutines = "1.6.4" dokka = "1.9.10" espresso = "3.5.1" jacoco-plugin = "0.2.1" From 00d3c282d3d482b6fab4136794664aad6ab0ee20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Tue, 9 Jan 2024 22:56:41 +0100 Subject: [PATCH 3/3] chore: more libraries updated --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2553884d..eff57d53 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -activitycompose = "1.8.1" +activitycompose = "1.8.2" agp = "8.1.4" androidxtest = "1.5.0" compose-bom = "2023.10.01" @@ -12,7 +12,7 @@ jacoco-tool-plugin = "0.8.7" junitktx = "1.1.5" junit = "4.13.2" kotlin = "1.9.20" -material = "1.10.0" +material = "1.11.0" mapsktx = "5.0.0" mapsecrets = "2.0.1"