Skip to content

mensarb/onboarding

Repository files navigation

Onboarding

a customizable onboarding library for android

Gradle Dependency

Repository

The Gradle dependency is available via jitpack.io.

The minimum API level supported by this library is API 16.

Step 1.Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

dependencies {
	// ... other dependencies here

    compile 'com.github.mensarb.onboarding:onboarder:{version}'
}