You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
android build: Switch back to "all" distribution of Gradle.
We switched incidentally from "bin" to "all" when upgrading from 4.6.
Android Studio then pops up a banner recommending to switch to a
distribution "with sources", so that the IDE can provide
documentation; that turns out to mean "all".
New command for updating the config:
./gradlew wrapper --gradle-version=4.10.3 --distribution-type=all
0 commit comments