Skip to content

Update Gradle

Guillaume Husta edited this page Nov 3, 2017 · 2 revisions

Gradle version can be updated with a command line : ./gradlew wrapper --gradle-version=4.3
For Android Studio, use --distribution-type all

Source : https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:wrapper_generation

Clone this wiki locally