I can stream video url using vitamio in eclipse, but recently I have switched to android studio and I want to add vitamio library as a dependency in the gradle file. How can I do it?
add
dependencies {
compile 'me.neavo:vitamio:4.2.2'
}
in build.gradle of module