Skip to content

Commit

Permalink
Updated library version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Jan 1, 2016
1 parent 8800783 commit 52b2457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The latest AAR (Android Archive) files can be downloaded from JCenter [ExoMedia]
Or included in your gradle dependencies

```groovy
compile 'com.devbrackets.android:exomedia:2.4.2'
compile 'com.devbrackets.android:exomedia:2.5.0'
```

Example
Expand Down Expand Up @@ -102,4 +102,4 @@ under [Attribution 4.0 International][2]
[2]: http://creativecommons.org/licenses/by/4.0/
[3]: https://bintray.com/brianwernick/maven/ExoMedia/view#files
[4]: http://devbrackets.com/dev/libs/exomedia.html
[5]: http://devbrackets.com/dev/libs/docs/exomedia/2.4.1/index.html
[5]: http://devbrackets.com/dev/libs/docs/exomedia/2.5.0/index.html
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'maven'
apply plugin: 'bintray-release'

def versionMajor = 2
def versionMinor = 4
def versionPatch = 2
def versionMinor = 5
def versionPatch = 0

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

0 comments on commit 52b2457

Please sign in to comment.