Android Studio Not Stopping For Asking To Update Gradle
Since the latest version, Android Studio is annoying me that It is strongly recommended that you update Gradle to version 2.14.1 or later. Sadly I can´t update it currently, be
Solution 1:
This dialog should store:
<componentname="PropertiesComponent">
...
<propertyname="show.do.not.ask.upgrade.gradle.plugin.version"value="2.2.0" />
...
</component>
in your .idea/workspace.xml
file.
As you can see it seems to be version specific, hope this helps.
If you clicked Don't remind me again for this project.
by accident, remove that line
Post a Comment for "Android Studio Not Stopping For Asking To Update Gradle"