Skip to content

Commit

Permalink
Updated version to 5.2.0 (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick authored Dec 22, 2024
1 parent d02ec0a commit dee4c18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
dependencies {
implementation 'com.devbrackets.android:exomedia:5.1.0'
implementation 'com.devbrackets.android:exomedia:5.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kotlin = "2.0.20"
leakcanaryAndroid = "2.7"
material = "1.7.6"
media = "1.7.0"
media3Exoplayer = "1.5.0"
media3Exoplayer = "1.5.1"
navigationCompose = "2.8.5"
nexusPublish = "1.1.0"
playlistcore = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion libraryInfo.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ARTIFACT_ID = exomedia
GROUP_ID = com.devbrackets.android

VERSION_MAJOR = 5
VERSION_MINOR = 1
VERSION_MINOR = 2
VERSION_PATCH = 0
VERSION_PRE_RELEASE =

0 comments on commit dee4c18

Please sign in to comment.