Skip to content

Fix Android Studio 3.5 gradle sync error - remove distributionSha256Sum

Daniel requested to merge doq/fdroidclient:patch-1 into master

With Android Studio 3.5 gradle sync fails with the following error:

ERROR: It is not supported to define distributionSha256Sum in gradle-wrapper.properties. Please manually remove this property from all of included projects if applicable. For more details, see https://github.com/gradle/gradle/issues/9361.

Remove distributionSha256Sum and sync project

This merge request fixes the issue.

Merge request reports