Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update build gradle to latest versions
Addresses: #398 I also created a fresh plugin using the latest Flutter and copied over the differences. How to use: In `android/local.properties` add: ``` rive.ndk.version=25.2.9519653 # set desired version ``` If not specified in a project, it will use the default. Rive-Android still uses the same ndk version. Should we update that as well? Diffs= 49bf612fd feat: update build gradle to latest versions (#7475) a134ab656 Layout joysticks runtime (#7923) 728ac6286 runtime: add tiling to n-slicing (#7934) e1b4a53ec Revive the WebGL backend (#7948) 813db58e7 Nnnn data binding editor native runtime (#7815) c71a37173 fix for syntax issue (#7910) e89437ef6 windows editor: fix format check and use raster ordering disabled (#7937) 7d00d35d3 Fix viewer tess builds (#7935) 455ebad60 Update rive cpp for submodules (#7932) 75e0f9aea runtime: support files with n-slicing defined (#7920) 85b28c39a Update readme of PLS (#7931) 21ecf2775 Fix actions yaml with rive-renderer (#7930) c33d5d81b Update rive renderer readme (#7929) b03895fcf Update pls README (#7927) 3316d15ca Refactor pls into runtime (#7914) b2d27b6bd mark dirty when constraint changes (#7909) 5c14a4a30 Fix Android goldens (#7902) 46a3045ae Improve Vulkan loading and organization (#7873) 160d9eefb Add webp decoder. (#7883) e992059d6 iOS images unpremult SIMD support (#7875) ad34dd4da add arithmetic operation and group converters (#7801) f99c93181 editor: setting up the update callbacks for n-slicing (#7869) 85343a4e1 Fix for bug in Runtime LayoutComponent proxy (#7867) Co-authored-by: Gordon <pggordonhayes@gmail.com>
- Loading branch information