We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.8.0
1 parent e80bbd1 commit e3c1f37Copy full SHA for e3c1f37
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
7
8
## [Unreleased]
9
10
+### ⚡ Changes
11
+
12
+- Bumped AndroidX media3 to `1.8.0` from `1.6.1`.
13
14
### Other
15
16
- Bumped dependencies.
android/build.gradle
@@ -110,7 +110,7 @@ repositories {
110
def kotlin_version = getExtOrDefault("kotlinVersion")
111
112
dependencies {
113
- def media3_version = "1.6.1"
+ def media3_version = "1.8.0"
114
115
// For < 0.71, this will be from the local maven repo
116
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
0 commit comments