Skip to content

Commit be22888

Browse files
authored
kotlin_version = "1.5.31"
1 parent af1cbd8 commit be22888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.4.10"
3+
ext.kotlin_version = "1.5.31"
44
repositories {
55
google()
66
jcenter()
@@ -25,4 +25,4 @@ allprojects {
2525

2626
task clean(type: Delete) {
2727
delete rootProject.buildDir
28-
}
28+
}

0 commit comments

Comments
 (0)