Android new build system requires Gradle 1.10+ version. How to configure that inside build.gradle
?
I am aware that there is some wrapper configuration in other files, but I would like to make it more visible, as my goal is to prevent potential errors (time lost by team mates) in the future.
Compare to maven pom.xml
<prerequisites>
<maven>3.0</maven>
</prerequisites>