FireZenk / AudioWaves

Shows a graphic representation of the sounds captured by the microphone on Android
816 stars 154 forks source link

Deploy to jipack.io? #5

Open bhargavms opened 8 years ago

FireZenk commented 8 years ago

Why?

You can use this:

maven { url 'https://github.com/FireZenk/maven-repo/raw/master/'}
bhargavms commented 8 years ago

Because its easy to set up and I dont have to add another repository to my repositories block

FireZenk commented 8 years ago

Well, this is https://jitpack.io/#FireZenk/AudioWaves/98d3e43ac9

dependencies {
    compile 'com.github.FireZenk:AudioWaves:98d3e43ac9'
}
bhargavms commented 8 years ago

well for that to be available you need to apply the jitpack plugin and you need to setup your project structure as specified in their docs https://jitpack.io/docs/ANDROID/