Build Android app from source Could not resolve all dependencies com.afollestad:material-dialogs:0.7.1.0

I'm Attempting to build the MoSocial Android5 application 1.1 from source but unable to find the dependency com.afollestad:material-dialogs:0.7.1.0
 
Can anyone help? getting the following error
 

FAILURE: Build failed with an exception.

 

* What went wrong:

A problem occurred configuring project ':app'.

> Could not resolve all dependencies for configuration ':app:_debugCompile'.

   > Could not find com.afollestad:material-dialogs:0.7.1.0.

     Searched in the following locations:

         https://jcenter.bintray.com/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.pom

         https://jcenter.bintray.com/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.jar

         https://jitpack.io/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.pom

         https://jitpack.io/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.jar

         https://maven.fabric.io/public/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.pom

         https://maven.fabric.io/public/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.jar

         file:/Users/madualikor/Library/Android/sdk/extras/android/m2repository/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.pom

         file:/Users/madualikor/Library/Android/sdk/extras/android/m2repository/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.jar

         file:/Users/madualikor/Library/Android/sdk/extras/google/m2repository/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.pom

         file:/Users/madualikor/Library/Android/sdk/extras/google/m2repository/com/afollestad/material-dialogs/0.7.1.0/material-dialogs-0.7.1.0.jar

     Required by:

         Android5:app:unspecified

55FoxSupport Basic on 02/16/17 at 09:38 in Android app
2 Answer(s)
It seems that the "material-dialogs:0.7.1.0." is missing. Please download at the below link then import and re-build

https://github.com/afollestad/material-dialogs

Hope it helps.
Mark Gold badges on 02/17/17 at 21:12
How do you enable the ability to comment on somebody response?
 
@Mark
 
I attempted to compile"material-dialogs:0.7.1.0." but that caused its own problems so we decided to just upgrade material-dialogs by changing/Adding the following 
 
compile 'com.afollestad.material-dialogs:core:0.9.3.0'
compile 'com.afollestad.material-dialogs:commons:0.9.3.0'

This did require use to fix some namespaceing issues and upgrade the SDK version to 24, which i wanted to avoid because of future upgrading.

55FoxSupport Basic on 02/27/17 at 05:43
Cookies on mooCommunity - Social Networking Script.
This site uses cookies to store your information on your computer.