Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding OOB Asset Loaders for our RiveAnimationView: - Add a Loader parameter to the import flow, a FileAssetLoader object in Kotlin & JNI - Supports creating custom `FileAssetLoader`s, `CDNAssetLoader` and `FallbackAssetLoader` like in our other runtimes - Adds a `RiveAnimationView.Builder` that uses the [Builder pattern](https://en.wikipedia.org/wiki/Builder_pattern) for easier instantiation and configuration of `RiveAnimationView`s programmatically - Adds a bunch of examples and tests for these new scenarios and functionalities - Bumps all dependencies to comply with the latest SDK requirements Diffs= 8c99c8dcf Android Out of Band Assets (#6019)
- Loading branch information