From a952e3ce2c1c52f7cac9bc0789f77d0aa22800e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:27:53 +0000 Subject: [PATCH] Update Kotlin to v1.9.25 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3dc53bc..64714f4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { agpVersion = "7.4.2" - kotlinVersion = "1.8.21" + kotlinVersion = "1.9.25" lintVersion = "30.4.2" } }