Skip to content

Commit 8624f43

Browse files
author
David Motsonashvili
committed
update readme for new artifact name
1 parent d32ec1f commit 8624f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-ai-ksp-processor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("com.google.devtools.ksp")
88
}
99
dependencies {
10-
implementation("com.google.firebase:firebase-ai-ksp-processor:1.0.0")
11-
ksp("com.google.firebase:firebase-ai-ksp-processor:1.0.0")
10+
implementation("com.google.firebase:firebase-ai:<latest_version>")
11+
ksp("com.google.firebase:firebase-ai-processor:1.0.0")
1212
}
1313
```

0 commit comments

Comments
 (0)