ASNE
ASNE copied to clipboard
Confustion about setup
In the instruction, it is written:: 1.Copy social module to your project. 2.In settings.gradle include ':ASNECore', ':socialNetworkModuleName' 3.In build.gradle of your app (YOUR_PROJECT/app/build.gradle) add new dependencies: compile project(':socialNetworkModuleName')
Can I ask how to copy social module to my project?