Bläddra i källkod

Update README.md

Aidan Follestad 9 år sedan
förälder
incheckning
e2995679f9
1 ändrade filer med 2 tillägg och 2 borttagningar
  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
     }
 }