Traewelldroid / traewelldroid

Android app for @Traewelling public transport check-in service
https://traewelldroid.de
GNU Affero General Public License v3.0
74 stars 13 forks source link

Remove `DependencyInfoBlock` #434

Closed licaon-kter closed 1 month ago

licaon-kter commented 1 month ago

Ref: https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/8244530261#L540

hmm looks like you have the DependencyInfoBlock thing :disappointed:

Can you add this fix: https://gitlab.com/fdroid/fdroidserver/-/issues/1056#note_1218193185 ?

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

we'll need a new version, tag, release

jheubuch commented 1 month ago

Mhm, I can do that, but how is this happening since it was never a problem before?

licaon-kter commented 1 month ago

It was forever, just that we slowly started enforcing it, first for new apps, now for updates.

jheubuch commented 1 month ago

Release 2.15.7 is created and published.

licaon-kter commented 1 month ago

Thanks