Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ dependencies {
// decoder in the IVI's own process wedges this BYD/MT6983 unit; a
// separate-process ExoPlayer is the proven path. -hls adds the HLS
// source DefaultMediaSourceFactory auto-detects; -ui gives PlayerView.
implementation("androidx.media3:media3-exoplayer:1.4.1")
implementation("androidx.media3:media3-exoplayer-hls:1.4.1")
implementation("androidx.media3:media3-ui:1.4.1")
implementation("androidx.media3:media3-exoplayer:1.11.1")
implementation("androidx.media3:media3-exoplayer-hls:1.11.1")
implementation("androidx.media3:media3-ui:1.11.1")
// Vosk (Kaldi) — on-device, offline speech recognition for the
// "Hey BYD" wake word + the command grammar fast-path (Phase 1b).
// Bundles libvosk.so + the JNA bridge (same engine the in-market
Expand Down
Loading