DeveloperPaul123 / SimpleBluetoothLibrary

Android library for simplifying bluetooth usage.
Apache License 2.0
139 stars 34 forks source link

Error:Failed to resolve: com.afollestad:material-dialogs:0.6.4.6 #2

Closed efim-sim-sim closed 9 years ago

efim-sim-sim commented 9 years ago

Hello! When I write in Gradle:

dependencies { compile 'com.github.developerpaul123.simplebluetoothlibrary:library:1.3' }

I get error: Failed to resolve: com.afollestad:material-dialogs:0.6.4.6

DeveloperPaul123 commented 9 years ago

This is a bug with the material dialogs library. I'll be sure to fix it in the next release but for now you can add this to your project buildfile under "allProjects" repositories { maven { url 'https://dl.bintray.com/drummer-aidan/maven' } }

efim-sim-sim commented 9 years ago

Thank You.