Skip to content

Commit cde2a80

Browse files
committed
Update to Kotlin 1.7
1 parent 4e2ad54 commit cde2a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android/build.gradle.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
22

33
// Top-level build file where you can add configuration options common to all sub-projects/modules.
44
buildscript {
5-
ext.kotlin_version = "1.5.31"
5+
ext.kotlin_version = "1.7.10"
66
version System.getenv("SDK_VERSION")
77
repositories {
88
maven { url "https://plugins.gradle.org/m2/" }

0 commit comments

Comments
 (0)