Skip to content

Commit 90c0ca5

Browse files
authored
chore(android)!: Update default kotlin_version value (#8175)
1 parent 2caaf90 commit 90c0ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/capacitor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313

1414

1515
buildscript {
16-
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.9.25'
16+
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '2.2.20'
1717
repositories {
1818
google()
1919
mavenCentral()

0 commit comments

Comments
 (0)