From 79717fd6c9cc09c2b842d9a679f19355d7568644 Mon Sep 17 00:00:00 2001 From: Jacob Fielding Date: Thu, 24 Oct 2024 08:30:33 -0700 Subject: [PATCH] feat: version bumps for android (#311) --- android/gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index f2e394ec..b470ee78 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -10,15 +10,15 @@ ktx = "1.13.1" kotlinx-coroutines = "1.9.0" kotlinx-datetime = "0.6.1" androidx-appcompat = "1.7.0" -androidx-activity-compose = "1.9.2" -compose = "2024.09.03" +androidx-activity-compose = "1.9.3" +compose = "2024.10.00" okhttp = "4.12.0" moshi = "1.15.1" -maplibre-compose = "0.2.0" +maplibre-compose = "0.2.2" playServicesLocation = "21.3.0" junit = "4.13.2" junitVersion = "1.2.1" -junitCompose = "1.7.3" +junitCompose = "1.7.4" espressoCore = "3.6.1" okhttp-mock = "2.0.0" mavenPublish = "0.29.0"