Pārlūkot izejas kodu

Merge pull request #699 from egor-n/patch-1

Fix a small type in README
Aidan Follestad 10 gadi atpakaļ
vecāks
revīzija
19c1e3df7c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -99,7 +99,7 @@ The *commons* module contains extensions to the library that not everyone may ne
 
 ```gradle
 dependencies {
-    compile 'com.afollestad.material-dialogs:commons:0.8.0.0@arr'
+    compile 'com.afollestad.material-dialogs:commons:0.8.0.0@aar'
 }
 ```