Aidan Follestad 9 년 전
부모
커밋
d0e4fa94d9
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      README.md
  2. BIN
      sample/sample.apk

+ 5 - 3
README.md

@@ -104,8 +104,10 @@ You can create basic, list, single/multi choice, progress, input, etc. dialogs w
 
 ```gradle
 dependencies {
-	...
-    compile('com.github.afollestad.material-dialogs:core:0.8.5.6@aar') {
+
+	// ... other dependencies here
+
+    compile('com.github.afollestad.material-dialogs:core:0.8.5.7@aar') {
         transitive = true
     }
 }
@@ -121,7 +123,7 @@ dependencies {
 
     // ... other dependencies here
     
-    compile('com.github.afollestad.material-dialogs:commons:0.8.5.6@aar') {
+    compile('com.github.afollestad.material-dialogs:commons:0.8.5.7@aar') {
         transitive = true
     }
 }

BIN
sample/sample.apk