You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: