Skip to content

Commit

Permalink
Updated the version to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Jul 25, 2018
1 parent 871d0d7 commit b2b316e
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.2.1'
implementation 'com.devbrackets.android:exomedia:4.2.2'
}
```

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

0 comments on commit b2b316e

Please sign in to comment.