Skip to content

Commit e3c1f37

Browse files
committed
chore: Bump AndroidX media3 to 1.8.0
1 parent e80bbd1 commit e3c1f37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
77

88
## [Unreleased]
99

10+
### ⚡ Changes
11+
12+
- Bumped AndroidX media3 to `1.8.0` from `1.6.1`.
13+
1014
### Other
1115

1216
- Bumped dependencies.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ repositories {
110110
def kotlin_version = getExtOrDefault("kotlinVersion")
111111

112112
dependencies {
113-
def media3_version = "1.6.1"
113+
def media3_version = "1.8.0"
114114

115115
// For < 0.71, this will be from the local maven repo
116116
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin

0 commit comments

Comments
 (0)