From 2252c09a49f0e0ff6de40a7ceb988e61c330ffc7 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Fri, 14 Apr 2023 07:17:15 -0300 Subject: [PATCH] feat: bump default kotlin to version 1.7.21 (#1594) The rationale is based on the Gradle Compatibility Matrix: https://docs.gradle.org/current/userguide/compatibility.html 1.7.21 is the current latest version of the 1.7 Kotlin release. --- framework/cdv-gradle-config-defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/cdv-gradle-config-defaults.json b/framework/cdv-gradle-config-defaults.json index 605b9989..6ccf469e 100644 --- a/framework/cdv-gradle-config-defaults.json +++ b/framework/cdv-gradle-config-defaults.json @@ -5,7 +5,7 @@ "GRADLE_VERSION": "7.6", "MIN_BUILD_TOOLS_VERSION": "33.0.2", "AGP_VERSION": "7.4.2", - "KOTLIN_VERSION": "1.5.21", + "KOTLIN_VERSION": "1.7.21", "ANDROIDX_APP_COMPAT_VERSION": "1.6.1", "ANDROIDX_WEBKIT_VERSION": "1.6.0", "ANDROIDX_CORE_SPLASHSCREEN_VERSION": "1.0.0",