Skip to content

Commit 6d5ab74

Browse files
committed
Update to Kotlin 1.4.30
1 parent 303d15c commit 6d5ab74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object Config {
22
const val version = "7.2.0-SNAPSHOT"
33
val submodules = listOf("auth", "common", "firestore", "database", "storage")
44

5-
private const val kotlinVersion = "1.3.72"
5+
private const val kotlinVersion = "1.4.30"
66

77
object SdkVersions {
88
const val compile = 29

0 commit comments

Comments
 (0)