From 7d0c5a32bfc4e756002c3eff2ccb11f2bb089dbb Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 14 Jan 2024 02:03:24 +0100 Subject: [PATCH] Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.22 --- 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 639493e..4203919 100644 --- a/frontend/android/build.gradle +++ b/frontend/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.9.21' + ext.kotlin_version = '1.9.22' repositories { google() mavenCentral() -- 2.45.2