Skip to content

Commit b50dcf2

Browse files
authored
Update firebase to latest versions: (#363)
Android BOM: 31.4.0 iOS Pods: 10.7.0 js NPM: 9.19.1
1 parent 30cc1f9 commit b50dcf2

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ subprojects {
165165
dependencies {
166166
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
167167
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4")
168-
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:29.3.0"))
168+
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:31.4.0"))
169169
"commonTestImplementation"(kotlin("test-common"))
170170
"commonTestImplementation"(kotlin("test-annotations-common"))
171171
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")

firebase-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ kotlin {
6262
}
6363
noPodspec()
6464
pod("FirebaseCore") {
65-
version = "10.4.0"
65+
version = "10.7.0"
6666
}
6767
}
6868
}

firebase-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-common": "1.8.0",
27-
"firebase": "9.7.0",
27+
"firebase": "9.19.1",
2828
"kotlin": "1.8.20",
2929
"kotlinx-coroutines-core": "1.6.4"
3030
}

firebase-auth/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ kotlin {
8686
}
8787
noPodspec()
8888
pod("FirebaseAuth") {
89-
version = "10.4.0"
89+
version = "10.7.0"
9090
}
9191
}
9292
}

firebase-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-app": "1.8.0",
27-
"firebase": "9.7.0",
27+
"firebase": "9.19.1",
2828
"kotlin": "1.8.20",
2929
"kotlinx-coroutines-core": "1.6.4"
3030
}

firebase-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-multiplatform-sdk",
2525
"dependencies": {
26-
"firebase": "9.7.0",
26+
"firebase": "9.19.1",
2727
"kotlin": "1.8.20",
2828
"kotlinx-coroutines-core": "1.6.4",
2929
"kotlinx-serialization-kotlinx-serialization-runtime": "1.3.2"

firebase-config/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ kotlin {
7575
}
7676
noPodspec()
7777
pod("FirebaseRemoteConfig") {
78-
version = "10.4.0"
78+
version = "10.7.0"
7979
}
8080
}
8181
}

firebase-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-app": "1.8.0",
27-
"firebase": "9.7.0",
27+
"firebase": "9.19.1",
2828
"kotlin": "1.8.20",
2929
"kotlinx-coroutines-core": "1.6.4"
3030
}

firebase-crashlytics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ kotlin {
6363
}
6464
noPodspec()
6565
pod("FirebaseCrashlytics") {
66-
version = "10.4.0"
66+
version = "10.7.0"
6767
}
6868
}
6969
}

firebase-crashlytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk",
2525
"dependencies": {
2626
"@gitlive/firebase-app": "1.8.0",
27-
"firebase": "9.7.0",
27+
"firebase": "9.19.1",
2828
"kotlin": "1.6.10",
2929
"kotlinx-coroutines-core": "1.6.1-native-mt"
3030
}

0 commit comments

Comments
 (0)