airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.37k stars 409 forks source link

Bump versions to fix xprocessing API change #336

Closed elihart closed 2 years ago

elihart commented 2 years ago

The new version of room/xprocessing has a breaking api change that is not backwards compatible (making a nullable param non null). Since we have updated to this new version in our other libraries it pushes the dependency up for this library as well, causing a compilation error. to solve we need to update in all libraries.

I also took some time to update other libraries too, notably AGP.

Tests also started failing, likely because of the xprocessing update, because I think the "overrides" function was using the wrong owner param. Not sure why it worked before - it's possible xprocessing changed this api behavior too.