diff --git a/README.md b/README.md index 2a732f1e..db07778a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { } dependencies { - implementation 'com.devbrackets.android:exomedia:4.2.1' + implementation 'com.devbrackets.android:exomedia:4.2.2' } ``` diff --git a/library/build.gradle b/library/build.gradle index d850b99e..a87f3c9d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.novoda.bintray-release' def versionMajor = 4 def versionMinor = 2 -def versionPatch = 1 +def versionPatch = 2 def libraryGroupId = 'com.devbrackets.android' def libraryBaseName = 'exomedia'