I am trying to build for the first time on a new Android project but receiving the following build exception:
Minimum supported Gradle version is 4.10.1. Current version is 4.4.
Other SO posts describe fixing this issue, but none of their answers seem appropriate - those items are already set correctly in my project. Furthermore, according to Android docs, everything in my project is set correctly for plugin v3.3.2.
My project structure
is such:
and in gradle-wrapper.properties
:
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
I have invalidated caches and restarted Android Studio, problem persists.
So why is Gradle complaining about v4.4 - where is it getting this?