Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove DependencyInfoBlock #141

Open
licaon-kter opened this issue Feb 17, 2025 · 0 comments
Open

Remove DependencyInfoBlock #141

licaon-kter opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
bug Something isn't working p1 This will be worked on as soon as possible

Comments

@licaon-kter
Copy link

We find that there is a DependencyInfoBlock in your APK: https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/9154411465

It's a Signing block added by AGP and encrypted with the Google public key so it can't be read by anyone else except Google. You can read more about it here and here.

While this was added a while ago, we were only enforcing it for new apps, and recently we started scanning updates too.

Could you please disable it with the following code?

android {
    dependenciesInfo {
        // Disables dependency metadata when building APKs.
        includeInApk = false
        // Disables dependency metadata when building Android App Bundles.
        includeInBundle = false
    }
}

Thanks!

@licaon-kter licaon-kter added the bug Something isn't working label Feb 17, 2025
@clragon clragon added the p1 This will be worked on as soon as possible label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p1 This will be worked on as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants