florent37 / ExpansionPanel

Android - Expansion panels contain creation flows and allow lightweight editing of an element.
https://material.io/guidelines/components/expansion-panels.html
Apache License 2.0
1.98k stars 240 forks source link

Unable to resolve dependency #43

Closed mehul4795 closed 5 years ago

mehul4795 commented 5 years ago

The current documentation shows to include the below dependency: compile 'com.github.florent37:expansionpanel:1.2.0'

Gradle Sync fails on using this dependency.

mehul4795 commented 5 years ago

Instead of using version 1.2.0 use 1.2.2 which resolves the issue.