Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Download

Florent CHAMPIGNY edited this page May 1, 2015 · 1 revision

In your root build.gradle add

repositories {
    maven {
        url  "http://dl.bintray.com/florent37/maven"
    }
}

In your module Download

compile ('com.github.florent37:materialviewpager:( last version )@aar'){
    transitive = true
}
Clone this wiki locally