This is a minor update to the Tangram Android SDK and the Tangram iOS SDK. There are no breaking changes to the SDK interfaces in this release.
Android
- Android 12 system font support by @matteblair in https://github.com/tangrams/tangram-es/pull/2306 (thanks @rwrx and @westnordost for reporting the issue!)
Core
- Set an upper limit on isect2d splits in LabelCollider::process by @mat...