Skip to content

Commit f7c65b3

Browse files
committed
bump firebase js to 9.6.1
1 parent 36735fb commit f7c65b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

firebase-common/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
6-
75
version = project.property("firebase-common.version") as String
86

97
plugins {
@@ -129,7 +127,7 @@ kotlin {
129127

130128
val jsMain by getting {
131129
dependencies {
132-
api(npm("firebase", "9.4.1"))
130+
api(npm("firebase", "9.6.1"))
133131
}
134132
}
135133

0 commit comments

Comments
 (0)