Updating the plugin is like changing the dependency classpath mentioned in the project gradle file . For this please open Project level build. gradle file located outside all the modules. This is the Top-level build file where you can add configuration options common to all sub-projects/modules.
Read moreHow do I update my Gradle version on ionic?
Updating Gradle version for Cordova mobile apps
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 Gradle dependency has new version?
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 more