room-15 / ChatSE

An Android application for StackOverflow and StackExchange chat! Revived by Tristan Wiley, base app created by Anubian
Apache License 2.0
22 stars 18 forks source link

Check for old/deprecated dependencies #90

Open Mauker1 opened 5 years ago

Mauker1 commented 5 years ago

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 5 years ago

I think it's also a good idea to avoid using libraries for small tasks.

Mauker1 commented 5 years ago

Agreed.

raghunandankavi2010 commented 5 years ago

Also in the future we can move to android x libs which is part of andorid jetpack family!.