Skip to content

Commit

Permalink
Updated the version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Apr 30, 2016
1 parent e2feb8f commit 863d376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
dependencies {
//...
compile 'com.devbrackets.android:playlistcore:1.1.0'
compile 'com.devbrackets.android:playlistcore:1.1.1'
}
```

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 = 1
def versionMinor = 1
def versionPatch = 0
def versionPatch = 1

def libraryGroupId = 'com.devbrackets.android'
def libraryBaseName = 'playlistcore'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ protected void startMediaPlayer(@NonNull MediaPlayerApi mediaPlayerApi) {
seekToPosition = -1;
}

//Start the playback only if requested
//Start the playback only if requested, otherwise upate the state to paused
mediaProgressPoll.start();
if (!isPlaying() && !immediatelyPause) {
performPlay();
Expand Down

0 comments on commit 863d376

Please sign in to comment.