Android Studio: “Use default gradle wrapper” vs. “Use customizable gradle wrapper”
See the IntelliJ IDEA help here: Using the default gradle wrapper means that Gradle controls the version number Using the customizable gradle wrapper means that IDEA controls the version number of the gradle wrapper. The version number is stored in gradle/wrapper/gradle-wrapper.properties. So when you choose “using the customizable gradle wrapper” each time you are opening … Read more