codernaut / citizenconnect

Apache License 2.0
1 stars 9 forks source link

Removing unused dependencies and deleting unused dummy classes #8

Open wahibhaq opened 6 years ago

wahibhaq commented 6 years ago

1) I can see that RxJava dependency is included in gradle compile 'io.reactivex:rxjava:1.1.0' but only referred in the 3 classes in io.reactivex package which is also then not used. Removing unused code is always better. Also I would highly recommend to use it when needed but RxJava2 instead of RxJava1 which is already obsolete.

2) Picasso dependency is also unused if I am not wrong.