<Excluding New Dependencies in Gradle File> I have...
# stackoverflow
u
Excluding New Dependencies in Gradle File I have an app that runs perfectly without new dependencies like this one: A newer version of androidx.navigation:navigation-fragment-ktx than 2.4.2 is available: 2.5.0 If I upgrade to v.2.5.0, my app has warnings about unrelated elements like for example references to menu objects. Should I wait and allow these Gradle warnings such as above notice until another upgrade comes along and try the new dependency then?