Skip to content

Commit aa8d5f2

Browse files
Update Genie dependency to Maven Central release 0.2.1
Switch from SNAPSHOT/mavenLocal to published Maven Central artifact: io.github.sanchitmonga22:runanywhere-genie-android:0.2.1 Made-with: Cursor
1 parent 8a65ccc commit aa8d5f2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/android/RunAnywhereAI/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ dependencies {
220220
implementation(project(":runanywhere-core-llamacpp")) // ~45MB - LLM text generation
221221
implementation(project(":runanywhere-core-onnx")) // ~30MB - STT, TTS, VAD
222222
// RAG pipeline is now part of the core SDK (not a separate module)
223-
// Genie: closed-source AAR from private repo (or mavenLocal for dev)
224-
implementation("com.runanywhere.sdk:runanywhere-genie-android:0.2.0-SNAPSHOT")
223+
// Genie: closed-source AAR from Maven Central (Qualcomm NPU backend)
224+
implementation("io.github.sanchitmonga22:runanywhere-genie-android:0.2.1")
225225

226226
// AndroidX Core & Lifecycle
227227
implementation(libs.androidx.core.ktx)

examples/android/RunAnywhereAI/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ project(":runanywhere-core-onnx").projectDir =
5959
// Genie module - Qualcomm NPU-accelerated LLM (Snapdragon 8 Gen 2+)
6060
// Now distributed as a closed-source AAR from a private repo.
6161
// Add the dependency in app/build.gradle.kts:
62-
// implementation("com.runanywhere.sdk:runanywhere-genie-android:<version>")
62+
// implementation("io.github.sanchitmonga22:runanywhere-genie-android:0.2.1")

0 commit comments

Comments
 (0)