Skip to content

Commit

Permalink
Correct JS dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Jun 11, 2024
1 parent ae457ac commit e727265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ kotlin {

getByName("jsMain") {
dependencies {
api(npm("firebase", "10.6.0"))
api(npm("firebase", "10.12.2"))
}
}

Expand Down

0 comments on commit e727265

Please sign in to comment.