Release 1.0-RC2
Second stable release candidate
- Updated to Kotlin 1.4
- Deprecated SAM conversion helper functions in favor of native functional interface support (
onSeek {}
now isseekListener = OnSeekListener {}
)
Second stable release candidate
onSeek {}
now is seekListener = OnSeekListener {}
)