Go to Android Studio -> Preferences -> Plugins (for Mac) and File -> Settings -> Plugins (for windows) and search “Check for Dependency updates plugin” . Install it and restart android studio. You will be able to see Dependencies tab on the right which will show if any dependency has a new update available.
Read moreHow do I manually configure Gradle?
Show activity on this post.
Read moreWhat is the command to check Gradle version?
Verify Gradle Installation. Now open the command prompt. In the command prompt, enter Gradle -version . It will display the current version of Gradle just installed on the screen.
Read moreHow do I know if I have the latest Gradle version?
In Android Studio, go to File > Project Structure. Then select the “project” tab on the left . Your Gradle version will be displayed here.22 May 2017
Read more