airbnb / DeepLinkDispatch

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

Fix Readme : rename registry to loader #273

Closed hashlin closed 4 years ago

hashlin commented 4 years ago

Registry is already renamed to Loader. I updated Readme file.

rossbacher commented 4 years ago

Actually no, in 4.0 we did rename the Loader to Registry I did search our code for Loader and could not find any (as it was all moved to Registry if you are still seeing Loader somewhere you might be using mixed dependencies e.g. an older version of the processor and a newer version of the lib.

The are NOT compatible and will not match correctly you must update them in unison.

rossbacher commented 4 years ago

Actually in 5.x this was all renamed (which is in beta right now). Please use the beta and the documentation matches.