Release v0.3.6

* The VpxEncoderConfig.Builder now requires a target Codec (VP8 or VP9) upon instantiation.
* Implemented strict, fail-fast boundary and nullability validation for all configuration options.
* Configuration properties that are invalid for the target codec (e.g. attempting to configure tile columns on a VP8 encoder) now immediately throw an IllegalArgumentException.