TouchBoarder / weekdays-buttons-bar

"Weekdays Buttons Bar" is an Android library that makes it easy to integrate weekdays selection in your layout.
MIT License
146 stars 25 forks source link

Gradle link #1

Closed 3ffusi0on closed 8 years ago

3ffusi0on commented 8 years ago

The gradle dependencies cannot be resolved.

compile 'com.github.touchboarder:weekdays-buttons-bar:v0.2-alpha'

TouchBoarder commented 8 years ago

And you have included "https://jitpack.io" dependencies?

3ffusi0on commented 8 years ago

This isn't enough ?

dependencies { compile 'com.github.touchboarder:weekdays-buttons-bar:v0.2-alpha' }

TouchBoarder commented 8 years ago

Please look at the link I provided, first you need to add the jitpack repository in the root build.gradle file as explained (the one located in the same folder as the settings.gradle file). Then you can add the dependencies for the library like you posted in the root/project build.gradle file.

3ffusi0on commented 8 years ago

You're right, that's my bad there. Never had to do like this before. Thank you for the help.

Nice repo btw ;-)