Android Studio tells me that the current gradle wrapper 2.8 is outdated and I should update to 2.10.
Warning:Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in C:\data\AndroidStudioProjects[projectname]\gradle\wrapper\gradle-wrapper.properties to gradle-2.10-all.zip
I changed the url in gradle-wrapper.properties to gradle-2.10-all.zip but that didn't do anything.
I followed this answer to get gradle version 2.10: Error:(1, 0) Plugin with id 'com.android.application' not found
But how of where do I install this plugin in Android Studio so it knows where to find it?