Dagger 2.13
ronshapiro
released this
07 Nov 18:33
·
2322 commits
to master
since this release
- Reductions in code size - code for repeated bindings is now placed in private methods instead of duplicating it throughout the component
dagger.android
speed improvements:- Avoid calling Class.getCanonicalName(), which is slow on Android, during normal execution (c19f0c2)
dagger.grpc
- update to gRPC 1.8 (19cc9f4)