amlcurran / ShowcaseView

[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
5.6k stars 1.29k forks source link

Wrong dependency declaration in pom #430

Open hameno opened 7 years ago

hameno commented 7 years ago

The pom declares "com.android.support:support-v4:jar:23.1.1" 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.