瀏覽代碼

Update README.md

Aidan Follestad 9 年之前
父節點
當前提交
e2995679f9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -106,7 +106,7 @@ Replace `w.x.y.z` with the current version, which can be seen on the JitPack bad
 ```gradle
 dependencies {
 	...
-    compile('com.github.afollestad.material-dialogs:core:w.x.y.z@aar') {
+    compile('com.github.afollestad.material-dialogs:core:0.8.5.2@aar') {
         transitive = true
     }
 }
@@ -124,7 +124,7 @@ dependencies {
 
     // ... other dependencies here
     
-    compile('com.github.afollestad.material-dialogs:commons:w.x.y.z@aar') {
+    compile('com.github.afollestad.material-dialogs:commons:0.8.5.2@aar') {
         transitive = true
     }
 }