Skip to content

Auto-update dependencies. #608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 7, 2025
Merged

Auto-update dependencies. #608

merged 2 commits into from
Feb 7, 2025

Conversation

dpebot
Copy link
Collaborator

@dpebot dpebot commented Feb 1, 2025

Brought to you by your friendly Repository Gardener.

@dpebot dpebot added the automerge Summon MOG for automerging label Feb 1, 2025
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Feb 1, 2025
@dpebot dpebot force-pushed the dpebot-repositorygardener branch 5 times, most recently from 2a5b785 to 45674a0 Compare February 6, 2025 11:03
@dpebot dpebot force-pushed the dpebot-repositorygardener branch from 45674a0 to 47e82fd Compare February 7, 2025 11:10
@@ -36,7 +36,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.7.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
implementation(platform("com.google.firebase:firebase-bom:33.9.0"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why the build keeps failing in GH Actions. Locally I'm able to build the functions module with no issues using the firebase-bom:33.9.0 dependency.

Suggested change
implementation(platform("com.google.firebase:firebase-bom:33.9.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
@thatfiredev thatfiredev enabled auto-merge (squash) February 7, 2025 14:26
@thatfiredev thatfiredev merged commit 879beb2 into master Feb 7, 2025
6 checks passed
@@ -6,7 +6,7 @@ plugins {
id("com.android.library") version "8.8.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -6,7 +6,7 @@ plugins {
id("com.android.library") version "8.8.0" apply false
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants