From dee4c18d2db3c8948f81959633fadf9f31664390 Mon Sep 17 00:00:00 2001 From: Brian Wernick Date: Sun, 22 Dec 2024 08:56:36 -0700 Subject: [PATCH] Updated version to `5.2.0` (#814) --- README.md | 2 +- gradle/libs.versions.toml | 2 +- libraryInfo.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97df3365..fa45fedc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ repositories { } dependencies { - implementation 'com.devbrackets.android:exomedia:5.1.0' + implementation 'com.devbrackets.android:exomedia:5.2.0' } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 43cd44a2..a6a1d92b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/libraryInfo.properties b/libraryInfo.properties index 0e10767d..61246b69 100644 --- a/libraryInfo.properties +++ b/libraryInfo.properties @@ -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 = \ No newline at end of file