File tree Expand file tree Collapse file tree
examples/android/RunAnywhereAI Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 ")
You can’t perform that action at this time.
0 commit comments