NOTE: Android: disabling cleartext transfers
Since recent Google Play started to reject apps which has blanket cleartext transfer rules. Make sure that URLs used in networks requests and web views start with https://
(not http://
).
Changes since previous build:
- Core: adding graphics.undefineEffect() (#300) (92b26b0)
- Simulator: slowing down plugin stub update rate to 24h (2ed91b2)
- HTML5: updating tools to latest version, WebAssembly support (#302) (61796fb)
- Android: increasing build RAM allocation (36471b0)
- Apple: iPad pressure event for Apple Pencil (f51214e)
- Core: adding mesh.path:update method (#299) (b6f0121)
- Android: disabling cleartext transfers (a85cf31)