Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Florent CHAMPIGNY edited this page Apr 24, 2015 · 1 revision

##In your root build.gradle

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

##In your wear module Download

compile ('com.github.florent37:davinci:1.0.2@aar'){
    transitive = true
}

##In your smartphone module Download

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