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.