Skip to content

Commit 362d606

Browse files
committed
Enable ls jar dependency from maven
1 parent 70ebf2a commit 362d606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/android_app/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ 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.1")
79+
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.2.2")
8080
// This is needed if you are using local built jars instead of the pre-built ones from maven
81-
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
81+
// implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
8282
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.2.1")
8383
implementation(files("libs/model2vec.aar"))
8484
implementation(files("libs/sentence_embeddings.aar"))

0 commit comments

Comments
 (0)