We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:(17, 0) Could not find property 'VERSION_NAME' on root project 'ExpandableLayout'. Open File
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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'
version = VERSION_NAME
group = GROUP
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'
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
No branches or pull requests
Error:(17, 0) Could not find property 'VERSION_NAME' on root project 'ExpandableLayout'.
Open File
The text was updated successfully, but these errors were encountered: