Skip to content
ChengTao edited this page Jan 10, 2018 · 3 revisions

Getting started

Add it in your root build.gradle at the end of repositories:

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

Add the dependency

dependencies {
        compile 'com.github.ParadiseHell:PianoView:1.1.0'
}

Sample

sample

Clone this wiki locally