From 5167a0483e5d1b8c0d9abef2351866716fbf53fc Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 7 May 2024 09:02:47 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.24 --- frontend/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/android/build.gradle b/frontend/android/build.gradle index c38e649..de534b8 100644 --- a/frontend/android/build.gradle +++ b/frontend/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.9.23' + ext.kotlin_version = '1.9.24' repositories { google() mavenCentral()