Check for old/deprecated dependencies
Opened this issue · 3 comments
Mauker1 commented
Context
It came into my knowledge that we are using the deprecated dependency com.squareup.okhttp
instead of com.squareup.okhttp3
.
We will update it, but I also believe it's a good idea that we double check the other dependencies and change them if another deprecated dep is found.
TimCastelijns commented
I think it's also a good idea to avoid using libraries for small tasks.
Mauker1 commented
Agreed.
raghunandankavi2010 commented
Also in the future we can move to android x libs which is part of andorid jetpack family!.