traex / ExpandableLayout

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

Build in Android Studio occur exception #58

Open feer921 opened 8 years ago

feer921 commented 8 years ago

Error:(17, 0) Could not find property 'VERSION_NAME' on root project 'ExpandableLayout'. Open File

JitenNumberTank commented 8 years ago

Error:(17, 0) Could not find property 'VERSION_NAME' on root project 'ExpandableLayout'. Open File

backids99 commented 7 years ago

Please try (for version 1.3) :

Step 1: build.gradle (project) version = VERSION_NAME group = GROUP Change To : version = 1.3 group = 'com.github.traex.expandablelayout'

Step 2: build.gradle (library) Remove this line : apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'