Skip to content

Commit c867708

Browse files
Fix Flutter Genie binary_config to use public runanywhere-sdks repo
The runanywhere-genie repo is private (Qualcomm proprietary binaries), so Flutter binary downloads must come from the public runanywhere-sdks repo where the Genie ZIP is published as a GitHub release asset. Made-with: Cursor
1 parent c093ec7 commit c867708

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sdk/runanywhere-flutter/packages/runanywhere_genie/android/binary_config.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ ext {
2020

2121
// =============================================================================
2222
// Remote binary URLs
23-
// RABackendGenie from runanywhere-genie
23+
// RABackendGenie hosted on the public runanywhere-sdks repo
24+
// (runanywhere-genie is private, so binaries are published here)
2425
// =============================================================================
2526
binariesGitHubOrg = "RunanywhereAI"
26-
binariesRepo = "runanywhere-genie"
27+
binariesRepo = "runanywhere-sdks"
2728
binariesBaseUrl = "https://github.com/${binariesGitHubOrg}/${binariesRepo}/releases/download"
2829

2930
// Android native libraries package

0 commit comments

Comments
 (0)