Skip to content

Commit 9d9d730

Browse files
Update Genie AAR dependency to 0.2.0-SNAPSHOT
Bumps runanywhere-genie-android from 0.1.5-SNAPSHOT to 0.2.0-SNAPSHOT which includes the fixed libQnnHtpV79Stub.so (v2.42.0) for Snapdragon 8 Elite (Galaxy S25) NPU inference via Qualcomm Genie. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 479c655 commit 9d9d730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ dependencies {
221221
implementation(project(":runanywhere-core-onnx")) // ~30MB - STT, TTS, VAD
222222
// RAG pipeline is now part of the core SDK (not a separate module)
223223
// Genie: closed-source AAR from private repo (or mavenLocal for dev)
224-
implementation("com.runanywhere.sdk:runanywhere-genie-android:0.1.5-SNAPSHOT")
224+
implementation("com.runanywhere.sdk:runanywhere-genie-android:0.2.0-SNAPSHOT")
225225

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

0 commit comments

Comments
 (0)