소스 검색

Detailed temporary workaround for jCenter repo missing.

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

+ 6 - 0
README.md

@@ -1,5 +1,11 @@
 # The library accidentally got removed from jCenter, I'm working to get it back up ASAP
 
+As a temporary workaround, you can add this to your repositories in build.grade:
+
+```Gradle
+maven { url 'https://dl.bintray.com/drummer-aidan/maven' }
+```
+
 # Material Dialogs
 
 ![Screenshots](https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/mdshowcase.png)