summaryrefslogtreecommitdiffstats
path: root/docs/html/training/material/drawables.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/training/material/drawables.jd')
-rw-r--r--docs/html/training/material/drawables.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/material/drawables.jd b/docs/html/training/material/drawables.jd
index 8d7f453..fd21e3d 100644
--- a/docs/html/training/material/drawables.jd
+++ b/docs/html/training/material/drawables.jd
@@ -73,7 +73,7 @@ app's module:</p>
<pre>
dependencies {
...
- compile 'com.android.support:palette-v7:+'
+ compile 'com.android.support:palette-v7:21.0.+'
}
</pre>