I have an android studio project where I recently changed the minSDK
from 21 to 26. Now I saw that the project has a new dependecy
'androidx.legacy:legacy-support-v4:1.0.0'
and I really don't know how it came here.
I never added that dependency to my project and now I don't know if I can safely delete it.
Is there a possibility that android studio added that dependency because of that minSDK
change?
if not is there a way to see if the project needs that dependency.