Skip to content

Commit

Permalink
Updated version to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Feb 21, 2016
1 parent bcb2fce commit e3920cb
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 @@ -31,7 +31,7 @@ The latest AAR (Android Archive) files can be downloaded from JCenter [ExoMedia]
Or included in your gradle dependencies

```gradle
compile 'com.devbrackets.android:exomedia:2.5.4'
compile 'com.devbrackets.android:exomedia:2.5.5'
```

Example
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: 'bintray-release'

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

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

0 comments on commit e3920cb

Please sign in to comment.