How to include vitamio library in Android Studio

strategos picture strategos · Feb 22, 2015 · Viewed 8.9k times · Source

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?

Answer

user1884619 picture user1884619 · Jun 28, 2015

In your build.gradle add

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