From 400be8c8ef9c5eb678108b55e5cf92c1afafef46 Mon Sep 17 00:00:00 2001 From: Osei Fortune Date: Sun, 24 Sep 2023 23:38:13 -0400 Subject: [PATCH] chore(android): bump kotlinVersion --- vendor/gradle-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/gradle-plugin/build.gradle b/vendor/gradle-plugin/build.gradle index 5367d4eaaf..38092efde4 100644 --- a/vendor/gradle-plugin/build.gradle +++ b/vendor/gradle-plugin/build.gradle @@ -11,7 +11,7 @@ buildscript { def getDepPlatformDir = { dep -> file("${project.ext.USER_PROJECT_ROOT}/${project.ext.PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID") } - def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "1.6.0" } + def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "1.8.20" } def kotlinVersion = computeKotlinVersion() repositories { google()