distributionSha256Sum property is deprecated
As Android Studio kindly reminds us, in future versions of gradle this is deprecated. Let's just remove it to be safe, as there's no clear benefit to having it anyway.pull/27/head
parent
419794af37
commit
ae8637cda1
@ -1,7 +1,6 @@
|
||||
#Sun May 15 18:07:03 CEST 2022
|
||||
#Sun Jun 05 10:40:53 EDT 2022
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
|
Loading…
Reference in New Issue