Skip to content

Commit

Permalink
Update README for v4.1.4
Browse files Browse the repository at this point in the history
Definitely fixes #34 in GitHub.
  • Loading branch information
protyposis committed Nov 18, 2016
1 parent f4a95fa commit 6073f88
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ was part of this library until v3.x, please check [Spectaculum](https://github.c
Changelog
---------

* v4.1.4: hotfixes for MediaPlayer (release during prepare) and VideoView
* v4.1.3: hotfix for fatal crash when surface is destroyed during prepareAsync()
* v4.1.2: fix slowmotion audio playback on devices where mono audio is decoded to stereo audio
* v4.1.1: bugfixes in MediaPlayer and demo app
Expand Down Expand Up @@ -159,8 +160,8 @@ library, usage is similar to any other Maven dependency:

dependencies {
...
compile 'net.protyposis.android.mediaplayer:mediaplayer:4.1.3'
compile 'net.protyposis.android.mediaplayer:mediaplayer-dash:4.1.3'
compile 'net.protyposis.android.mediaplayer:mediaplayer:4.1.4'
compile 'net.protyposis.android.mediaplayer:mediaplayer-dash:4.1.4'
}

#### Local Maven repository ####
Expand All @@ -175,8 +176,8 @@ local Maven repository and add one or more of the following dependencies:

dependencies {
...
compile 'net.protyposis.android.mediaplayer:mediaplayer:4.1.3-SNAPSHOT'
compile 'net.protyposis.android.mediaplayer:mediaplayer-dash:4.1.3-SNAPSHOT'
compile 'net.protyposis.android.mediaplayer:mediaplayer:4.1.4-SNAPSHOT'
compile 'net.protyposis.android.mediaplayer:mediaplayer-dash:4.1.4-SNAPSHOT'
}


Expand Down

0 comments on commit 6073f88

Please sign in to comment.