SocialMediaApp is available at JitPack's Maven repo.
If you're using Gradle, you could add SocialMediaApp as a dependency with the following steps:
- Add
maven { url 'https://jitpack.io' }
to therepositories
in yourbuild.gradle
. - Add
implementation 'com.github.dhananroy:SocialMediaApp:release'
to thedependencies
in yourbuild.gradle
. Replacerelease
with the latest release.