From b360122198be59111f62d1369cf3d5e2600f3346 Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Sat, 13 Sep 2014 11:36:09 -0700 Subject: [PATCH] docs: Added API highlights for Google Play services 6.1 (Manchego). Change-Id: I0d870ef46d3740b44b8c28a1011a6926bfc8133a --- docs/html/google/play-services/index.jd | 79 +++++++++++++++++++++++++ docs/html/google/play-services/setup.jd | 2 +- 2 files changed, 80 insertions(+), 1 deletion(-) diff --git a/docs/html/google/play-services/index.jd b/docs/html/google/play-services/index.jd index c204b18d8e52f..e5479bb93a0c2 100644 --- a/docs/html/google/play-services/index.jd +++ b/docs/html/google/play-services/index.jd @@ -60,9 +60,88 @@ about your users' Android version.

New Features

+

Google Play services, Version 6.1 (September 2014) +

+ +
+
+
Highlights in Version 6.1
+ +
+

For a summary of the feature highlights in Google Play services 6.1, see the +announcement +blog post.

+ +
+
+ +
+
+ +
+

+ Google Play services, Version 5.0 (July 2014)

diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index d7e449b347be1..180730d462b35 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -67,7 +67,7 @@ apply plugin: 'android' dependencies { compile 'com.android.support:appcompat-v7:20.+' - compile 'com.google.android.gms:play-services:5.+' + compile 'com.google.android.gms:play-services:6.1.+' }

Be sure you update this version number each time Google Play services is updated.