Skip to content

Commit

Permalink
Updated version to 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick authored and Brian Wernick committed Aug 6, 2018
1 parent 295267a commit 6da1f12
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 {
implementation 'com.devbrackets.android:exomedia:4.2.2'
implementation 'com.devbrackets.android:exomedia:4.2.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 = 2
def versionPatch = 2
def versionPatch = 3

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

1 comment on commit 6da1f12

@yogaprasetia
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Video stop automaticly after i play 12second

Please sign in to comment.