Tuesday, 9 February 2021

How can I see dependency updates in build.gradle when using variables?

Android studio will show you if there is a newer version of a library when the version number is hard coded. But if you use variables, this seems to short circuit that functionality. Is there any way to get it back? I want to see available updates in build.gradle without having to Inspect the project.

enter image description here



from How can I see dependency updates in build.gradle when using variables?

No comments:

Post a Comment