From d475b9e271afd0c92380efe85eafea696e6571ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:43:34 +0000 Subject: [PATCH] fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin 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 5500aed9..2e4f5fa4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.0.0' classpath 'com.google.gms:google-services:4.3.15' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files