Wrong dependency declaration in pom
Open
- Dominant language
- Java
- Stars
- 18.8k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
The pom declares "com.android.support:support-v4:jar:22.0.0" as a dependency which is wrong since there is no jar for support-v4. Please fix the release in maven central to include the correct type (aar) for the dependency.
You can take a look at https://gist.github.com/hameno/5d9b6208b8eb0af855e29c0218d38433 on how to resolve the type of dependencies.
Contributor guide
Assessment
This issue has not been assessed yet.