Skip to content

Commit

Permalink
Prepped for the 5.1.0 Release (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Dec 2, 2023
1 parent b7a22cd commit ad8500e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.0'
implementation 'com.devbrackets.android:exomedia:5.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
// Misc
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.media:media:1.6.0'
implementation 'androidx.media:media:1.7.0'
implementation "androidx.constraintlayout:constraintlayout:2.1.4"

// Jetpack Compose UI
Expand All @@ -32,7 +32,7 @@ dependencies {


// Image Loading
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'

// Playlist support
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 = 0
VERSION_MINOR = 1
VERSION_PATCH = 0
VERSION_PRE_RELEASE =

0 comments on commit ad8500e

Please sign in to comment.