tanallnight / Blip

A simple open source XKCD Reader
Apache License 2.0
29 stars 6 forks source link

Unable to build due to missing repository #23

Open msolnit opened 8 years ago

msolnit commented 8 years ago

Builds are failing with the following error: Error:(72, 13) Failed to resolve: com.afollestad:material-dialogs:0.7.6.0

According to the material-dialogs README, the following needs to be added to build.gradle:

 maven { url "https://jitpack.io" }