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?
To add a dependency to your project, specify a dependency configuration such as implementation in the dependencies block of your module's build.gradle file.
Use your library from within the same project To use your new Android library's code in another app or library module within the same project, add a project-level dependency: Navigate to File > Project Structure > Dependencies. Select the Module in which you'll use the library.
Go to File > Project structure in Android Studio. Select the app module in the Modules list on the left. Select the Dependencies tab.
To add a dependency on RecyclerView, you must add the Google Maven repository to your project.
add
dependencies {
compile 'me.neavo:vitamio:4.2.2'
}
in build.gradle of module
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With