From 6df263831378003d3bedf5c3b19061130cdef20f Mon Sep 17 00:00:00 2001 From: Kevin Boulongne Date: Mon, 3 Jun 2024 13:49:03 +0200 Subject: [PATCH] Bump versions --- Core | 2 +- gradle/libs.versions.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Core b/Core index 97e24a6c14..0dba4e538f 160000 --- a/Core +++ b/Core @@ -1 +1 @@ -Subproject commit 97e24a6c14a4f2c6226c20238c7da3ea16b759fe +Subproject commit 0dba4e538f0cfc31d7d393c058548b26938059ca diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 692fd3fecd..f3d550dddc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,19 +2,19 @@ androidGradlePlugin = "8.2.2" dotsindicator = "5.0" dragdropswipeRecyclerview = "1.2.0" -firebaseMessagingKtx = "23.4.1" +firebaseMessagingKtx = "23.4.1" # Doesn't build when bumped to 24.0.0 flexbox = "3.0.0" -googleServices = "4.4.1" +googleServices = "4.4.2" hiltAndroid = "2.51.1" hiltAndroidx = "1.2.0" jsoup = "1.17.2" junit = "4.13.2" junitVersion = "1.1.5" -kapt = "1.9.22" -kotlin = "1.9.22" +kapt = "1.9.22" # Doesn't build when bumped to 1.9.24 +kotlin = "1.9.22" # Doesn't build when bumped to 1.9.24 ksp = "1.9.22-1.0.17" leakcanaryAndroid = "2.12" -lifecycleProcess = "2.8.0" +lifecycleProcess = "2.8.1" lottie = "6.4.0" navigation = "2.7.7" realmKotlin = "1.15.0"