Skip to content

Commit d2a9c56

Browse files
committed
gradle: remove bad checksum from properties
The hash was wrong, causing crashes. Android studio told me to remove it so I did. I don't quite like that, but I don't know how Harsh came up with the previous hash. Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 4c3289a commit d2a9c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
#Thu Feb 11 16:09:16 CET 2021
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionSha256Sum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
54
zipStoreBase=GRADLE_USER_HOME
65
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip

0 commit comments

Comments
 (0)