소스 검색

README update.

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

+ 5 - 1
README.md

@@ -11,7 +11,7 @@ It's also available on Google Play: https://play.google.com/store/apps/details?i
 
 ---
 
-### Gradle Dependency
+### Gradle Dependency (jCenter)
 
 Easily reference the library in your Android projects using this dependency in your module's `build.gradle` file:
 
@@ -21,6 +21,10 @@ dependencies {
 }
 ```
 
+MAKE SURE you're using the jCenter repository, Android Studio uses this repository by default.
+
+
+
 Using a plus sign for the version will make sure you always have the latest version. It's likely that
 this library will be updated often to fix and improve things, so it isn't recommended to stay fixed at a
 specific version so that you forget to check for new versions.