فهرست منبع

Merge branch 'master' of github.com:afollestad/material-dialogs

Aidan Follestad 10 سال پیش
والد
کامیت
760ae64ca8
1فایلهای تغییر یافته به همراه3 افزوده شده و 5 حذف شده
  1. 3 5
      README.md

+ 3 - 5
README.md

@@ -15,15 +15,13 @@ Easily reference the library in your Android projects using this dependency in y
 
 ```Groovy
 dependencies {
-    compile 'com.afollestad:material-dialogs:+'
+    compile 'com.afollestad:material-dialogs:0.0.1.2'
 }
 ```
 
 ***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.
+Check back here frequently for version updates.
 
 ---
 
@@ -318,4 +316,4 @@ MaterialDialog dialog new MaterialDialog.Builder(this)
         .dismissOnActionPress(false)
         .build()
         .show();
-```
+```