Aidan Follestad 10 лет назад
Родитель
Сommit
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.