Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Sep 30, 2015
1 parent 7643f3f commit 810db28
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 @@ -28,7 +28,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.3.4'
compile 'com.devbrackets.android:exomedia:2.3.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 = 3
def versionPatch = 4
def versionPatch = 5

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

0 comments on commit 810db28

Please sign in to comment.