From 78f75b29fa50e844e933c2cea4e1f8b4d7c890d1 Mon Sep 17 00:00:00 2001
From: Rich Slogar The Gradle build script dependency identifier for this library is as follows: This dependency notation specifies the latest release version with the 21.0 prefix.
-com.android.support:support-v4:21.0.+
+com.android.support:support-v4:21.0.0
-Multidex Support Library
@@ -171,10 +170,9 @@ com.android.support:support-v4:21.0.+
-com.android.support:multidex:1.0.+ +com.android.support:multidex:1.0.0-
This dependency notation specifies the latest release version with the 1.0 prefix.
The Gradle build script dependency identifier for this library is as follows:
-com.android.support:appcompat-v7:21.0.+ +com.android.support:appcompat-v7:21.0.0-
This dependency notation specifies the latest release version with the 21.0 prefix.
The Gradle build script dependency identifier for this library is as follows:
-com.android.support:cardview-v7:21.0.+ +com.android.support:cardview-v7:21.0.0-
This dependency notation specifies the latest release version with the 21.0 prefix.
The Gradle build script dependency identifier for this library is as follows:
-com.android.support:gridlayout-v7:21.0.+ +com.android.support:gridlayout-v7:21.0.0-
This dependency notation specifies the latest release version with the 21.0 prefix.
com.android.support:support-v7-mediarouter:&l
where "<revision>" is the minimum revision at which the library is available. For example:
-com.android.support:mediarouter-v7:21.0.+
+com.android.support:mediarouter-v7:21.0.0
The v7 mediarouter library APIs introduced in Support Library
@@ -335,11 +330,9 @@ title card.
The Gradle build script dependency identifier for this library is as follows:
-com.android.support:palette-v7:21.0.+
+com.android.support:palette-v7:21.0.0
-This dependency notation specifies the latest release version with the 21.0 prefix.
-
v7 recyclerview library
@@ -360,11 +353,9 @@ libraries with resources.
The Gradle build script dependency identifier for this library is as follows:
-com.android.support:recyclerview-v7:21.0.+
+com.android.support:recyclerview-v7:21.0.0
-This dependency notation specifies the latest release version with the 21.0 prefix.
-
v8 Support Library
@@ -405,11 +396,9 @@ com.android.support:recyclerview-v7:21.0.+
The Gradle build script dependency identifier for this library is as follows:
-com.android.support:support-v13:18.0.+
+com.android.support:support-v13:18.0.0
-This dependency notation specifies the latest release version with the 18.0 prefix.
-
v17 Leanback Library
@@ -448,9 +437,8 @@ with resources.
The Gradle build script dependency identifier for this library is as follows:
-com.android.support:leanback-v17:21.0.+
+com.android.support:leanback-v17:21.0.0
-This dependency notation specifies the latest release version with the 21.0 prefix.
diff --git a/docs/html/training/material/drawables.jd b/docs/html/training/material/drawables.jd
index 820a004347d6..a2de8e9f685d 100644
--- a/docs/html/training/material/drawables.jd
+++ b/docs/html/training/material/drawables.jd
@@ -73,7 +73,7 @@ app's module:
dependencies {
...
- compile 'com.android.support:palette-v7:21.0.+'
+ compile 'com.android.support:palette-v7:21.0.0'
}
--
cgit v1.2.3-59-g8ed1b