traex / ExpandableLayout

Implementation of ExpandableListview with custom header and custom content.
MIT License
1.64k stars 361 forks source link

outdated compile instructions #30

Open null4bl3 opened 9 years ago

null4bl3 commented 9 years ago

The compile instrucions in the instructions reads:

compile 'com.github.traex.expandablelayout:library:1.2.2'

in Android Studio 1.3 i was not able to sync gradle files without adding the latest 1.3 line:

compile 'com.github.traex.expandablelayout:library:1.3'