We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d78573 commit 7cf0fd7Copy full SHA for 7cf0fd7
ReleaseTooling/Sources/FirebaseReleaser/InitializeRelease.swift
@@ -56,7 +56,8 @@ enum InitializeRelease {
56
pod.name == "FirebaseCore" ||
57
pod.name == "FirebaseCoreExtension" ||
58
pod.name == "FirebaseCoreInternal" ||
59
- pod.name == "FirebaseFirestoreInternal" {
+ pod.name == "FirebaseFirestoreInternal" ||
60
+ pod.name == "FirebaseAI" {
61
updateDependenciesToLatest(
62
dependency: pod.name,
63
pods: manifest.pods,
0 commit comments