-
Notifications
You must be signed in to change notification settings - Fork 408
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
Conversation
2a5b785
to
45674a0
Compare
45674a0
to
47e82fd
Compare
functions/app/build.gradle.kts
Outdated
@@ -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")) |
There was a problem hiding this comment.
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.
implementation(platform("com.google.firebase:firebase-bom:33.9.0")) | |
implementation(platform("com.google.firebase:firebase-bom:33.5.1")) |
@@ -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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [ ]
Brought to you by your friendly Repository Gardener.