NLMartian / SilkCal

Android calendar view inspired by Sunrise calendar and iOS7 stock calendar
384 stars 66 forks source link

Failed to resolve #3

Closed Budincsevity closed 9 years ago

Budincsevity commented 9 years ago

Hi!

Your library looks awesome, and I can't wait to use it in my project.

But when I try to add 'compile 'me.nlmartian.silkcal:silkcal:0.1.0'' to my build.grandle I got Failed to resolve: me.nlmartian.silkcal:silkcal:0.1.0 error.

allprojects { repositories { jcenter() } }

is in my global build.gradle file.

Thanks for your help!

NLMartian commented 9 years ago

The artifact name on jcenter configuration is different from the actual artifact name. It's correct now. try compile 'me.nlmartian.silkcal:library:0.1.1'

Budincsevity commented 9 years ago

Thanks, it's working now!