Skip to content

Commit

Permalink
Bump firebase-bom from 29.3.0 to 29.3.1
Browse files Browse the repository at this point in the history
Bumps firebase-bom from 29.3.0 to 29.3.1.

---
updated-dependencies:
- dependency-name: com.google.firebase:firebase-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Apr 15, 2022
1 parent 5a99aaf commit f004637
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ android {


dependencies {
implementation(platform("com.google.firebase:firebase-bom:29.3.0"))
implementation(platform("com.google.firebase:firebase-bom:29.3.1"))
implementation("androidx.constraintlayout:constraintlayout:2.1.3")

implementation("androidx.core:core-ktx:1.7.0")
Expand Down
2 changes: 1 addition & 1 deletion auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ kotlin {
dependencies {

implementation(project(":core"))
api(platform("com.google.firebase:firebase-bom:29.3.0"))
api(platform("com.google.firebase:firebase-bom:29.3.1"))
api("com.google.firebase:firebase-auth-ktx")
implementation("androidx.core:core-ktx:1.7.0")
implementation("com.google.android.gms:play-services-auth:20.1.0")
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {

implementation("androidx.datastore:datastore-preferences:1.0.0")

api(platform("com.google.firebase:firebase-bom:29.3.0"))
api(platform("com.google.firebase:firebase-bom:29.3.1"))

api("androidx.compose.runtime:runtime:$composeVersion")
api("androidx.compose.ui:ui:$composeVersion")
Expand Down
2 changes: 1 addition & 1 deletion dynamiclinks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
val coroutineVersion = "1.6.1"

implementation(project(":core"))
api(platform("com.google.firebase:firebase-bom:29.3.0"))
api(platform("com.google.firebase:firebase-bom:29.3.1"))
api("com.google.firebase:firebase-dynamic-links-ktx")

api("androidx.compose.runtime:runtime:$composeVersion")
Expand Down
2 changes: 1 addition & 1 deletion messaging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
val coroutineVersion = "1.6.1"

api(project(":core"))
api(platform("com.google.firebase:firebase-bom:29.3.0"))
api(platform("com.google.firebase:firebase-bom:29.3.1"))
api("com.google.firebase:firebase-messaging-ktx")

api("androidx.compose.runtime:runtime:$composeVersion")
Expand Down
2 changes: 1 addition & 1 deletion messagingfirestore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {

api(project(":core"))
api(project(":messaging"))
api(platform("com.google.firebase:firebase-bom:29.3.0"))
api(platform("com.google.firebase:firebase-bom:29.3.1"))

api("androidx.compose.runtime:runtime:$composeVersion")
api("androidx.compose.ui:ui:$composeVersion")
Expand Down

0 comments on commit f004637

Please sign in to comment.