소스 검색

README update.

Aidan Follestad 10 년 전
부모
커밋
099147c666
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -30,6 +30,16 @@ dependencies {
 
 [ ![Download](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs/images/download.svg) ](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