Skip to content

Commit 72f3a6a

Browse files
committed
Update README.md
1 parent 362d606 commit 72f3a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The key files in the app are `ExampleLlamaStackLocalInference.kt`, `ExampleLlama
2626
Add the following dependency in your `build.gradle.kts` file:
2727
```
2828
dependencies {
29-
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.1.7")
29+
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.2.2")
3030
}
3131
```
3232
This will download jar files in your gradle cache in a directory like `~/.gradle/caches/modules-2/files-2.1/com.llama.llamastack/`

0 commit comments

Comments
 (0)