Skip to content

[Core, ServerSide] Unused AndroidX AppCompat dependency? #9

@MGaetan89

Description

@MGaetan89

We were looking at our project dependencies and noticed that CommandersAct's Core and ServerSide modules were pulling in a dependency on AndroidX AppCompat 1.4.1 (as documented in each module's README file: Core and ServerSide).
However, we think that this dependency is not used.
Since it's quite a big dependency, would it be possible to investigate if it is indeed necessary? There may be smaller packages that can be used instead (AndroidX Annotation, AndroidX Lifecycle, ...).
There are Gradle plugins that can help you keep a clean list of dependencies on your modules (for example, autonomousapps/dependency-analysis-gradle-plugin).

Also, AndroidX Ads has been deprecated in version 1.0.0-alpha05. Instead, it is recommended to use Play Services' Advertising ID API. Migrating to the new recommended solution would allow moving away from Guava.

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