JakeWharton / u2020

A sample Android app which showcases advanced usage of Dagger among other open source libraries.
https://www.youtube.com/watch?v=0XHx9jtxIxU
Apache License 2.0
5.68k stars 930 forks source link

Deprecated warnings are removed by using compat versions of the APIs. #221

Closed tasomaniac closed 9 years ago

tasomaniac commented 9 years ago

Unused imports are removed.

mattprecious commented 9 years ago

Thanks!