Correct folder name for 'collection' artifact.

Change-Id: I0a1e26b3e0afad3eb3dc96cfce8e1b16097cfba8
diff --git a/settings.gradle b/settings.gradle
index bb9333a..c74a880 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -38,7 +38,7 @@
 includeProject(":asynclayoutinflater", "asynclayoutinflater")
 includeProject(":car", "car")
 includeProject(":cardview", "v7/cardview")
-includeProject(":collection", "collections")
+includeProject(":collection", "collection")
 includeProject(":coordinatorlayout", "coordinatorlayout")
 includeProject(":cursoradapter", "cursoradapter")
 includeProject(":browser", "customtabs")