Commit 1e2e2c1
authored
Add Firebase AI to recipe version generation (#6951)
Per [b/416734504](https://b.corp.google.com/issues/416734504),
This updates the `GenerateTutorialBundleTask` that we use to generate
the tutorial bundle versions (recipe versions) to support `firebase-ai`.
More specifically, it replaces the existing `firebase-vertexai` entry in
the process.
While this PR removes `firebase-vertexai` from the tutorial bundle, it
does _not_ remove it from the BoM. That will be a breaking change we'll
make down the road.1 parent eee76b4 commit 1e2e2c1
File tree
2 files changed
+2
-3
lines changed- plugins/src/main/java/com/google/firebase/gradle
- bomgenerator
- plugins
2 files changed
+2
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
| 238 | + | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
| |||
0 commit comments