diff --git a/README.md b/README.md index 150901ed..d979a0ff 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation 'com.devbrackets.android:exomedia:5.0.0' + implementation 'com.devbrackets.android:exomedia:5.1.0' } ``` diff --git a/demo/build.gradle b/demo/build.gradle index 4382fff7..25782124 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -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 @@ -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 diff --git a/libraryInfo.properties b/libraryInfo.properties index 1df48180..0e10767d 100644 --- a/libraryInfo.properties +++ b/libraryInfo.properties @@ -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 = \ No newline at end of file