I just started using Android Studio and I would like to add an open source library to my project. I looked a lot over the internet, but I couldn't find a way to make my project compile and to make the library's classes visible.
This is the library I would like to include: https://github.com/TangoAgency/material-intro-screen?utm_source=android-arsenal.com&utm_medium=referral&utm_campaign=4368
On the readme it says as the first thing to add a gradle dependency:
dependencies {
compile 'agency.tango.android:material-intro-screen:{latest_release}'
}
But it seems to me that there is something more to do before that... It's just I don't know what.