-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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.