Skip to content

Commit 2bcbe29

Browse files
committed
chore: Downgrade to Media3 1.9.3
- Upgrading to Media3 1.10.1 comes with some issues, most notably, the app doesn't show up in the Android Auto interface, however, we can hear it playing through the interface. - I don't have the time to debug our `react-native-audio-browser` fork so we'll stick to 1.9.3 for now.
1 parent 1e80ada commit 2bcbe29

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
2020

2121
### ⚡ Changes
2222

23-
- Bumped AndroidX media3 to `1.10.1` from `1.9.3`.
23+
- ~~Bumped AndroidX media3 to `1.10.1` from `1.9.3`.~~
24+
- **❗ Reverted due to weird issue where app doesn't show up in Android Auto interface, but can be heard through the interface.**
2425

2526
### ⚙️ Internal Changes
2627

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repositories {
6969
}
7070

7171
dependencies {
72-
def media3_version = "1.10.1-MissingCore.1"
72+
def media3_version = "1.9.3-MissingCore.1"
7373

7474
implementation "com.facebook.react:react-android"
7575

0 commit comments

Comments
 (0)