Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepped for the 5.1.0 Release #803

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 =
Loading