Skip to content

Commit 1dd4feb

Browse files
update kotlin version
1 parent bed34d4 commit 1dd4feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
plugins {
77
id 'com.android.application' version '7.3.0' apply false
88
id 'com.android.library' version '7.3.0' apply false
9-
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
9+
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
1010
}
1111

1212
task clean(type: Delete) {

0 commit comments

Comments
 (0)