|
@@ -30,6 +30,16 @@ dependencies {
|
|
|
|
|
|
[  ](https://bintray.com/drummer-aidan/maven/material-dialogs/_latestVersion)
|
|
|
|
|
|
+### If jCenter is Having Issues (the library can't be resolved)
|
|
|
+
|
|
|
+Add this to your app's build.gradle file:
|
|
|
+
|
|
|
+```Gradle
|
|
|
+repositories {
|
|
|
+ maven { url 'https://dl.bintray.com/drummer-aidan/maven' }
|
|
|
+}
|
|
|
+```
|
|
|
+
|
|
|
---
|
|
|
|
|
|
# What's New
|