Skip to content

Commit

Permalink
Fixed some issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandev committed Jul 13, 2023
1 parent d59ff71 commit 61734e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icontent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.orlandev'
artifactId = 'icontent'
version = '2.0.10'
version = '2.0.11'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ private fun playYoutubeUrl(context: Context, simpleExoPlayer: ExoPlayer, videoPr
simpleExoPlayer.prepare()
}
}
}.extract(videoPromo)
}.extract(videoPromo,false, false)
}

0 comments on commit 61734e7

Please sign in to comment.