It is quite time consuming to search each library that we use in our build.gradle ( app ) file, for changes in version whenever author makes a change
There is a very handy plugin to help us out with it.
Though not very great in UI , it does perform its job. Just copy contents of build.gradle file and then paste in the left hand pane
Press that long ugly button at the bottom “Version Check”
And then check the magic
First this ,
Then this ,
Now you have the latest versions of all these libraries, go ahead and change them in build.gradle and re-compile.
Reminds me , I have to update my project build.gradle. See you bye