You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Picasso dependency is also unused if I am not wrong.
The text was updated successfully, but these errors were encountered:
wahibhaq
changed the title
Removing unused RxJava dependency and deleting unused classes
Removing unused RxJava dependency and deleting unused dummy classes
Jan 17, 2018
wahibhaq
changed the title
Removing unused RxJava dependency and deleting unused dummy classes
Removing unused dependencies and deleting unused dummy classes
Jan 17, 2018
I can see that RxJava dependency is included in gradle
compile 'io.reactivex:rxjava:1.1.0'
but only referred in the 3 classes inio.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.Picasso dependency is also unused if I am not wrong.
The text was updated successfully, but these errors were encountered: