Open MGaetan89 opened 2 weeks ago
Hello ! We checked and it is used in Core but not in Server-Side anymore. I have some task to clean useless protection against SDK versions but I think it will still be a bit needed in Core anyway.
As for Ads it's planned to be replaced but it's not our current priority.
I see that new versions have been released today, with updates to the dependencies. Thanks for the quick follow-up on this topic!
Core
ServerSide
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.