{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreicam64ow3nlrdxhizdlosop7j4cpupymsciirn5m5j7ssrrpxj2qy",
"uri": "at://did:plc:34cg4tn4iwemk3v5k3n3adwf/app.bsky.feed.post/3mlebunrkbzy2"
},
"path": "/t/no-hash-for-gradle-version/34361#post_1",
"publishedAt": "2026-05-08T14:14:41.000Z",
"site": "https://forum.f-droid.org",
"tags": [
"Gradle checksums",
"gradlew.py file"
],
"textContent": "Currently I’m following the “Submitting to F-Droid Quick Start Guide”. Everything works until I run `fdroid build com.xy...`, where I get the following error:\n\n\n Found 9.5.0 via distributionUrl\n No hash for gradle version 9.5.0! Exiting...\n\n\nMaybe I’m misunderstanding something, but Gradle version `9.5.0` is listed in the Gradle checksums, and I also checked the gradlew.py file which contains the SHA256 hash for `9.0.0`.\n\nMy current `libs.versions.toml` contains:\n\n\n android-application = { id = \"com.android.application\", version.ref = \"agp\" }\n\n agp = \"9.0.0\"\n\n\nAnd my `gradle-wrapper.properties` looks like this:\n\n\n distributionSha256Sum=553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746\n distributionUrl=https\\://services.gradle.org/distributions/gradle-9.5.0-bin.zip\n\n\nBut it still doesn’t work.\n\nDoes anybody have a hint what the problem could be? I searched through the wiki and documentation but couldn’t find a solution. Maybe I’m overlooking something.",
"title": "No hash for gradle version"
}