Skip to content

Commit 9418165

Browse files
committed
Update app README.md
1 parent 2c0928d commit 9418165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/android_app/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Llama Stack Android Demo App
22

3-
[![Maven Central Version](https://img.shields.io/badge/maven%20central-v0.1.4.2-8A2BE2)](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.1.4.2)
3+
[![Maven Central Version](https://img.shields.io/badge/maven%20central-v0.1.7-8A2BE2)](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.1.7)
44

55
We’re excited to share this Android demo app using both remote and local Llama Stack features! The primary goal of this app is to showcase how to easily build Android apps with Llama models using Llama Stack SDKs in a chat app setup.
66

@@ -9,7 +9,7 @@ This app serves as a valuable resource to inspire your creativity and provide fo
99
Please dive in and start exploring our demo app today! We look forward to any feedback and are excited to see your innovative ideas to build agentic apps with Llama models. The current demo app is built using both Java and Kotlin. The majority of the activities are built with Java but the interfacing with Llama Stack APIs are in Kotlin.
1010

1111
**Latest Update**:
12-
(03/14/2025) We have updated the demo app to be compatible with Llama Stack Kotlin SDK [v0.1.4.2](https://github.com/meta-llama/llama-stack-client-kotlin/releases/tag/v0.1.4.2) and Llama Stack version [v0.1.4](https://github.com/meta-llama/llama-stack/releases/tag/v0.1.4).
12+
(03/19/2025) We have updated the demo app to be compatible with Llama Stack Kotlin SDK [v0.1.7](https://github.com/meta-llama/llama-stack-client-kotlin/releases/tag/v0.1.7) and Llama Stack version [v0.1.7](https://github.com/meta-llama/llama-stack/releases/tag/v0.1.7).
1313

1414
## Key Concepts
1515
From this demo app, you will learn many key concepts of building a GenAI Andrioid app with Llama Stack libraries:
@@ -61,7 +61,7 @@ For local, here is the list of models we support currently and growing:
6161
Include the latest Llama Stack Kotlin SDK in your `build.gradle.kts`. The demo app automatically includes this.
6262

6363
```
64-
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.1.4.2")
64+
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.1.7")
6565
```
6666

6767
# App UI/UX

0 commit comments

Comments
 (0)