Aidan Follestad 10 лет назад
Родитель
Сommit
0ea31da173
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -83,6 +83,8 @@ repositories {
 
 ### Core
 
+Contains all the major classes of this library, including `MaterialDialog` and `AlertDialogWrapper`.
+
 ```gradle
 dependencies {
     compile 'com.afollestad:material-dialogs:core:0.8.0.0'
@@ -91,6 +93,9 @@ dependencies {
 
 ### Commons
 
+Contains extensions to the library that not everyone may need. This includes the `ColorChooserDialog`,
+the Material `Preference` classes, and `MaterialSimpleListAdapter`/`MaterialSimpleListItem`.
+
 ```gradle
 dependencies {
     compile 'com.afollestad:material-dialogs:commons:0.8.0.0'