What's Changed
- Update AGP to 8.13.2 by @rossbacher in https://github.com/airbnb/DeepLinkDispatch/pull/385
- Optimize chunkOnModifiedUtf8ByteSize from O(n²) to O(n) by @Nepomuk5665 in https://github.com/airbnb/DeepLinkDispatch/pull/386
- Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in https://github.com/airbnb/DeepLinkDispatch/pull/390
- Centralize toolchain and target...