Skip to content

Commit 70ae502

Browse files
committed
fixed last warnings
1 parent 6f14bfd commit 70ae502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
buildscript {
9-
ext.kotlin_version = '1.9.23'
9+
ext.kotlin_version = '2.0.20'
1010

1111
repositories {
1212
google()

android/templates/build/root.build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.9.23'
2+
ext.kotlin_version = '2.0.20'
33

44
repositories {
55
google()

0 commit comments

Comments
 (0)