No hash for gradle version 4.1.0
Hello,
When trying to build fdroiddata!4113 (merged), I get this error:
Found 4.1.0 via gradleVersion
No hash for gradle version 4.1.0! Exiting...
It seems we have a hash for 4.1, but build.gradle
contains gradleVersion = '4.1.0'
.
Maybe we should truncate the detected version?
(I know I could just edit build.gradle
but this file is generated by Cordova so I would have to edit it manually everytime the project is generated. And also this could happen with other Cordova apps.)