Skip to content

F-Droid build failure for Apps using Audiotagger #22

Description

@shadow5688

The Proguard file of Audiotagger keep following classes:

#Flutter Wrapper
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.**  { *; }
-keep class io.flutter.util.**  { *; }
-keep class io.flutter.view.**  { *; }
-keep class io.flutter.**  { *; }
-keep class io.flutter.plugins.**  { *; }
#JAudioTagger
-keep class org.jaudiotagger.**  { *; }

Apparently the class FlutterPlayStoreSplitApplication present inside io.flutter.app is detected as GSM in F-droid build check. As the package is keeping all classes present inside io.flutter.app, these undesired classes cause build issues for f-droid apps which are using this package.

Ref: https://github.com/Sangwan5688/BlackHole/issues/345

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions