From 78f75b29fa50e844e933c2cea4e1f8b4d7c890d1 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Thu, 22 Jan 2015 17:47:58 -0800 Subject: docs: remove + annotations in version references b/18417182 Change-Id: I16181a4ebb7a4ac40a7307438e120489b806f24e --- docs/html/tools/support-library/features.jd | 32 +++++++++-------------------- docs/html/training/material/drawables.jd | 2 +- 2 files changed, 11 insertions(+), 23 deletions(-) diff --git a/docs/html/tools/support-library/features.jd b/docs/html/tools/support-library/features.jd index 079dd718c1f4..0f0a0c0cce7a 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 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