Skip to content
Faruk Toptaş edited this page Aug 21, 2017 · 6 revisions

Installation

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.

Clone this wiki locally