Could not find property 'VERSION_NAME'
I have no clue why, but I keep getting this error. What could I do?
Error:(18, 0) Could not find property 'VERSION_NAME' on root project 'ExpandableLayout-master'. Open File
maybe i think this is the same as #24
check build.gradle! change
compile project(':library')
to
compile 'com.github.traex.expandablelayout:library:1.3'
thank you :) .
Have you solved this problem still i am getting error of VERSION_NAME
@TekiLakshmanSundeep I also have this problem.
version = '1.1' group = 'foo'
It work for me.
@liuyi999111 I did what you meant, but it happened. Error:No such property: GROUP for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer
did you meet this problem?
Use step: remove // version = VERSION_NAME // group = GROUP then use compile 'com.github.traex.expandablelayout:library:1.3'
Please check on #58