New
13.0.0
What's Changed
This release has a few breaking changes. See below.
- Fix changed YouTubePlayerSeekBar path in README.md by @tahakorkem in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1055
- Add more playback rates in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1073
- Pass videoId during initialization by @talklittle in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1169
- Set MaxMetaspaceSize to 512m to fix Dokka Gradle build step by @talklittle in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1170
- IFramePlayerOptions: Add "start", deprecate "modestBranding" by @talklittle in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1171
- Fix README.md typo by @kiki-juple in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1178
- Update LICENSE, fix copyright license year by @JasonnnW3000 in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1193
- Add capability to query YouTube player mute state by @dachev in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1209
- Fixed concurrent modification #1235