瀏覽代碼

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:
 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
 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
 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.
 specific version so that you forget to check for new versions.