aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-07-29 10:00:53 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-07-29 10:03:29 +0530
commit00e0224fd10f419a2d65ca719ea7ebe1dc2a2ee8 (patch)
treec49ab3ab2ec5ef26063be47c8916d86ed04e5827 /build.gradle
parentgradle: disable Jetifier that is no longer necessary (diff)
downloadwireguard-android-00e0224fd10f419a2d65ca719ea7ebe1dc2a2ee8.tar.xz
wireguard-android-00e0224fd10f419a2d65ca719ea7ebe1dc2a2ee8.zip
gradle: fix distribution checksum
This should've been updated when we switched the distribution type to -bin Fixes: a23c57bab025 ("gradle: switch to -bin distribution") Reported-by: Vladimir Nikishkin <lockywolf@gmail.com> Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b711025b..16c53ca6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -80,7 +80,7 @@ task clean(type: Delete) {
tasks {
wrapper {
gradleVersion = "7.1.1"
- distributionSha256Sum = "9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0"
+ distributionSha256Sum = "bf8b869948901d422e9bb7d1fa61da6a6e19411baa7ad6ee929073df85d6365d"
}
}