diff --git a/README.md b/README.md index cbc00ce9..0e718076 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { } dependencies { - implementation 'com.devbrackets.android:exomedia:4.1.0' + implementation 'com.devbrackets.android:exomedia:4.2.0' } ``` diff --git a/library/build.gradle b/library/build.gradle index 2739248a..81ca5d67 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven' apply plugin: 'com.novoda.bintray-release' def versionMajor = 4 -def versionMinor = 1 +def versionMinor = 2 def versionPatch = 0 def libraryGroupId = 'com.devbrackets.android'