You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a minor adjustment, but could you please fix the gradle conf:
Found plain HTTP URL for gradle repository:
build/org.secuso.privacyfriendlypasswordgenerator/app/build.gradle
repositories{
maven {
url 'http://dl.bintray.com/amulyakhare/maven'
}
gradle build uses plain HTTP URLs for repositories! This is insecure!
https://max.computer/blog/how-to-take-over-the-computer-of-any-java-or-clojure-or-scala-developer/
ERROR: Job failed: exit code 1
(fdroid build complains, pipeline breaks) Fix should be as easy as replacing http by https (URL works then) – but not being an Android dev I cannot verify that.
Thanks!
The text was updated successfully, but these errors were encountered:
Just realized I didn't do it correctly the first time. Should be fixed now. I somehow assumed the Issue was about the checksum not being correct (which it wasn't) because "insecure gradlew" is the tag set for exactly this problem on fdroid.
Should be fixed now .. also increased the version number.
Just a minor adjustment, but could you please fix the gradle conf:
(fdroid build complains, pipeline breaks) Fix should be as easy as replacing
http
byhttps
(URL works then) – but not being an Android dev I cannot verify that.Thanks!
The text was updated successfully, but these errors were encountered: