How to include vitamio library in Android Studio
android, vitamio
Solution
In your build.gradle add
dependencies {
compile 'me.neavo:vitamio:4.2.2'
}
Problem
I have difficulties including the Vitamio Library in Android Studio. How should i include it in my project? Should i include only the Vitamio folder inside the VitamioBundle folder?