Search code examples
androidandroid-studiovitamio

how to add vitamio dependecny on android studio


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?


Solution

  • add

    dependencies {
    compile 'me.neavo:vitamio:4.2.2'
    } 
    

    in build.gradle of module