fix(fdroid): strip Play dependency-metadata block from APK, bump to 1.1.2#44
Merged
Conversation
….1.2 F-Droid's check-apk scanner rejects the AGP-default dependency-metadata extra signing block (an opaque blob only Google Play can decrypt). Disable it via dependenciesInfo, and prepare the v1.1.2 release the fdroiddata recipe will reference instead of v1.1.1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
F-Droid's
check apkCI job rejected the v1.1.1 release APK: AGP embeds a Google-Play-encrypted dependency list as an extra APK signing block by default (Dependency metadata), which F-Droid treats as an opaque non-transparent blob.dependenciesInfo { includeInApk = false; includeInBundle = false }version.propertiesto 1.1.2 / 101020 and add the matching fastlane changelogs (en-US + de-DE)After merging, tag
v1.1.2— the fdroiddata recipe will point at that release instead of v1.1.1.🤖 Generated with Claude Code