-
Notifications
You must be signed in to change notification settings - Fork 276
Home
Faruk Toptaş edited this page Aug 21, 2017
·
6 revisions
Add this in your root build.gradle
file (not your module build.gradle
file):
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Then, add the library to your module build.gradle
dependencies {
compile 'com.github.faruktoptas:FancyShowCaseView:LATEST.RELEASE.VERSION'
}
NOTE: If your root view has android:fitsSystemWindows="true", fitSystemWindows(true) MUST be added to builder parameters.