Skip to content

Commit 99f4325

Browse files
davidmotsonDavid Motsonashvili
and
David Motsonashvili
authored
fix vertexAI in bom and add ktx artifact also (#6396)
NO_RELEASE_CHANGE --------- Co-authored-by: David Motsonashvili <[email protected]>
1 parent b6d0107 commit 99f4325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/bomgenerator/BomGeneratorTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public abstract class BomGeneratorTask extends DefaultTask {
9292
"com.google.firebase:firebase-perf-ktx",
9393
"com.google.firebase:firebase-storage",
9494
"com.google.firebase:firebase-storage-ktx",
95-
"firebase-vertexai");
95+
"com.google.firebase:firebase-vertexai");
9696
private static final List<String> IGNORED_ARTIFACTS =
9797
ImmutableList.of(
9898
"crash-plugin",

0 commit comments

Comments
 (0)