Skip to content

Commit b6f0a64

Browse files
committed
Update kotlin_version menjadi 1.8.10 dan tools build gradle menjadi 7.2.0
1 parent e841591 commit b6f0a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.5.20'
2+
ext.kotlin_version = '1.8.10'
33
repositories {
44
google()
55
jcenter()
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.0'
9+
classpath 'com.android.tools.build:gradle:7.2.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

0 commit comments

Comments
 (0)