From 94173370c660c759a4880e962d3bc22ea4b35a39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 15:01:10 +0000 Subject: [PATCH] chore(deps): update kotlin_version to v1.9.22 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5094ddb8..ab1fdb47 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.9.21' + ext.kotlin_version = '1.9.22' repositories { google() mavenCentral()