Skip to content

Commit

Permalink
Updated the Version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed May 9, 2018
1 parent 5d36323 commit 725d993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
dependencies {
implementation 'com.devbrackets.android:exomedia:4.1.0'
implementation 'com.devbrackets.android:exomedia:4.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 725d993

Please sign in to comment.