MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
509 stars 153 forks source link

Use distributionSha256Sum for Verification of downloaded Gradle #205

Open emanuelb opened 4 years ago

emanuelb commented 4 years ago

See: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:verification

Android Studio may show warning that need manual approval if distributionSha256Sum is used, and on old versions it will hang/crash the whole IDE, see: https://github.com/SecUSo/privacy-friendly-ludo/issues/14 https://github.com/gradle/gradle/issues/9361

So a note need to be added in #204 for usage of latest version of Android Studio is needed & to dismiss the above warning if it's appears .