From 6fc3c175c07667b2b7381c32ddac8005065fb56c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:18:39 +0000 Subject: [PATCH] chore(deps): update kotlin monorepo to v1.9.25 --- 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 21b5429..e73d07c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ androidxRecyclerView = "1.3.0" androidxSplashScreen = "1.0.1" androidxDataStore = "1.0.0" -kotlin = "1.9.10" +kotlin = "1.9.25" kotlinxCoroutines = "1.7.1" kotlinxSerializationJson = "1.5.1"