Skip to content

Commit 8f7f713

Browse files
author
David Motsonashvili
committed
fix vertexAI in bom and add ktx artifact also
1 parent 8869a14 commit 8f7f713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ 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",
96+
"com.google.firebase:firebase-vertexai-ktx");
9697
private static final List<String> IGNORED_ARTIFACTS =
9798
ImmutableList.of(
9899
"crash-plugin",

0 commit comments

Comments
 (0)