Submit application to F-Droid #2

Closed
opened 2025-06-04 09:44:59 +03:00 by gytisrepecka · 4 comments
Owner

Follow inclusion how-to;

Work tasks:

Follow [inclusion how-to](https://f-droid.org/en/docs/Inclusion_How-To/); Work tasks: - [x] Add `README.md` and `LICENSE` files; - [x] Add metadata in [Fastlane structure](https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/); - [x] Submit application by creating a new ticket at the [F-Droid Submission Queue](https://gitlab.com/fdroid/rfp/issues) on GitLab or by proposing Metadata Merge Request on [fdroiddata repository](https://gitlab.com/fdroid/fdroiddata/).
Author
Owner
Prepare [repository](https://source.gyt.is/inretio/bouncing-logo_android) and [submit application](https://gitlab.com/fdroid/fdroiddata/blob/master/CONTRIBUTING.md#metadata-preparation-without-fdroidserver).
Author
Owner

Application inclusion Merge Request submitted.

See file metadata/org.inretio.bouncinglogo.yml content.

Application inclusion [Merge Request](https://gitlab.com/fdroid/fdroiddata/-/merge_requests/23612) submitted. See file `metadata/org.inretio.bouncinglogo.yml` [content](https://gitlab.com/fdroid/fdroiddata/-/blob/228bea11157d419565b105d93b1db8c0610dce58/metadata/org.inretio.bouncinglogo.yml).
Author
Owner

Need to add following code to comply with F-Droid in android block of app/build.gradle.kts:

    // F-Droid no longer allows encrypted DependencyInfoBlock in APK
    dependenciesInfo {
        // Disables dependency metadata when building APKs.
        includeInApk = false
        // Disables dependency metadata when building Android App Bundles.
        includeInBundle = false
    }
Need to add following code to comply with F-Droid in `android` block of `app/build.gradle.kts`: ```kotlin // F-Droid no longer allows encrypted DependencyInfoBlock in APK dependenciesInfo { // Disables dependency metadata when building APKs. includeInApk = false // Disables dependency metadata when building Android App Bundles. includeInBundle = false } ```
Author
Owner
Application [is published in F-Droid](https://f-droid.org/en/packages/org.inretio.bouncinglogo/).
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
inretio/bouncing-logo_android#2
No description provided.