Skip to content

Commit 39e150d

Browse files
committed
Bump sdk version on demo app
1 parent 09b0feb commit 39e150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/android_app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
7777
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2")
7878
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
79-
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.2.2")
79+
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.2.14")
8080
// This is needed if you are using local built jars instead of the pre-built ones from maven
8181
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
8282
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.1")

0 commit comments

Comments
 (0)