What exactly is the difference between Android Studio's Gradle options:
Android Studio->Preferences->Gradle
Use default gradle wrapper (recommended)
and Use customizable gradle wrapper
?
Background:
I am working on an Android project in Android Studio and using a Gradle wrapper.
However, when I use the Android Studio settings "Use customizable gradlew wrapper" every time my team members sync the Android Studio project using the gui command:
they find the gradle/wrapper/gradle-wrapper.properties
date being updated (and resulting in a extra diffs on the git repo).
Switching to "Use default gradle wrapper" seems to solve this issue.