Skip to content

v2.0.0-beta.1 - Android Support Refined!

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikehardy mikehardy released this 12 Sep 22:35
6e84e9e

Android support is receiving focused testing now (courtesy again of @dburdan 🏆 )

It was discovered API19 was required, this refinement adds an isSupported check to Android implementation and documents the API19 requirement to use it.

Otherwise, it's the same as 2.0.0-beta.0 - enjoy!

  • fix(android): add isSupported check, API19+ required (#137) d3b2f99
  • chore(CHANGELOG): update changelog in prep for 2.0.0 822b689

v2.0.0-beta.0...v2.0.0-beta.1