Skip to content

Commit

Permalink
bump firebase js to 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbransby committed Sep 28, 2023
1 parent 36735fb commit f7c65b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions firebase-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
*/

import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget

version = project.property("firebase-common.version") as String

plugins {
Expand Down Expand Up @@ -129,7 +127,7 @@ kotlin {

val jsMain by getting {
dependencies {
api(npm("firebase", "9.4.1"))
api(npm("firebase", "9.6.1"))
}
}

Expand Down

0 comments on commit f7c65b3

Please sign in to comment.