there is an easy way to update your gradle wrapper...
# gradle
j
there is an easy way to update your gradle wrapper btw by adding
Copy code
task wrapper(type: Wrapper) {
    gradleVersion = '3.3'
}
to your /build.gradle file and run
./gradlew wrapper