Skip to content

Commit

Permalink
Updated the version to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Jul 19, 2017
1 parent 4f82e38 commit 9994036
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 {
compile 'com.devbrackets.android:exomedia:4.0.2'
compile 'com.devbrackets.android:exomedia:4.0.3'
}
```

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 = 0
def versionPatch = 2
def versionPatch = 3

def libraryGroupId = 'com.devbrackets.android'
def libraryBaseName = 'exomedia'
Expand Down

0 comments on commit 9994036

Please sign in to comment.