Skip to content

Commit

Permalink
Updated to 3.0.5 to mitigate a pom publication issue in 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Sep 26, 2016
1 parent d5cf837 commit 71783a3
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 @@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile 'com.devbrackets.android:exomedia:3.0.4'
compile 'com.devbrackets.android:exomedia:3.0.5'
}
```

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 = 3
def versionMinor = 0
def versionPatch = 4
def versionPatch = 5

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

0 comments on commit 71783a3

Please sign in to comment.