Skip to content

Commit ebdfb40

Browse files
authored
chore(android): bump kotlinVersion (#5760)
1 parent a4102d4 commit ebdfb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/gradle-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
def getDepPlatformDir = { dep ->
1212
file("${project.ext.USER_PROJECT_ROOT}/${project.ext.PLATFORMS_ANDROID}/${dep.directory}/$PLATFORMS_ANDROID")
1313
}
14-
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "1.6.0" }
14+
def computeKotlinVersion = { -> project.hasProperty("kotlinVersion") ? kotlinVersion : "1.8.20" }
1515
def kotlinVersion = computeKotlinVersion()
1616
repositories {
1717
google()

0 commit comments

Comments
 (0)