From ae94eb6e8f07325cbd9edfa664854ac434564832 Mon Sep 17 00:00:00 2001 From: odaridavid <20339228+odaridavid@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:05:19 +0000 Subject: [PATCH] Update version catalog --- 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 0cfd91f..c76fb18 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,8 +23,8 @@ hilt = "2.51.1" hilt-nav-compose = "1.2.0" inappupdate = "2.1.0" junit = "4.13.2" -kotlin = "2.0.10-RC" -kotlin-serialization = "2.0.10-RC" +kotlin = "2.0.20-RC" +kotlin-serialization = "2.0.20-RC" kotlinx-coroutines-android = "1.9.0-RC" kotlinx-serialization = "1.7.1" kotlinx-serialization-converter = "1.0.0"