diff --git a/docs/html/tools/support-library/features.jd b/docs/html/tools/support-library/features.jd index 079dd718c1f47..0f0a0c0cce7ae 100644 --- a/docs/html/tools/support-library/features.jd +++ b/docs/html/tools/support-library/features.jd @@ -143,10 +143,9 @@ numbers, can cause unexpected version updates and regression incompatibilities.<

The Gradle build script dependency identifier for this library is as follows:

-com.android.support:support-v4:21.0.+
+com.android.support:support-v4:21.0.0
 
-

This dependency notation specifies the latest release version with the 21.0 prefix.

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.

v7 Support Libraries

@@ -226,10 +224,9 @@ com.android.support:multidex:1.0.+

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.

v7 cardview library

@@ -249,10 +246,9 @@ libraries with resources.

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.

v7 gridlayout library

@@ -271,10 +267,9 @@ com.android.support:cardview-v7:21.0.+

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.

v7 mediarouter library

@@ -308,7 +303,7 @@ script dependency identifier 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 820a004347d64..a2de8e9f685dc 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'
 }