Skip to content

Commit

Permalink
Add vertexAI to the Bill of Materials
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Sep 17, 2024
1 parent e6b4ace commit 59ff3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public abstract class BomGeneratorTask extends DefaultTask {
"com.google.firebase:firebase-perf",
"com.google.firebase:firebase-perf-ktx",
"com.google.firebase:firebase-storage",
"com.google.firebase:firebase-storage-ktx");
"com.google.firebase:firebase-storage-ktx",
"firebase-vertexai");
private static final List<String> IGNORED_ARTIFACTS =
ImmutableList.of(
"crash-plugin",
Expand Down Expand Up @@ -155,7 +156,6 @@ public abstract class BomGeneratorTask extends DefaultTask {
"firebase-storage-common",
"firebase-storage-common-license",
"firebase-storage-license",
"firebase-vertexai",
"perf-plugin",
"play-services-ads",
"protolite-well-known-types",
Expand Down
2 changes: 1 addition & 1 deletion firebase-vertexai/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=16.0.0-beta06
version=16.0.0
latestReleasedVersion=16.0.0-beta05

0 comments on commit 59ff3ff

Please sign in to comment.