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.
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.
+
+ - Drive - This release adds the
+
+
CompletionEvent class to notify you when actions are
+ committed to the server and respond to conflicts. Recent and starred views
+ are now available in the file picker user interface provided by
+
+ OpenFileActivityBuilder, and the user interface has been
+ updated to use
+ material design. A new
+
+ DriveResource.setParents() method makes it possible to organize files
+ and folders. In addition, the
+
+ Contents
+ class has been replaced with a
+
+ DriveContents class that simplifies working with file
+ contents.
+
+
+
+ - Tag Manager - Google Tag Manager now supports
+ Enhanced Ecommerce through the
+ Universal Analytics tag.
+
+
+
+ - Fit - The Google Fit developer preview, initially
+ announced in August, has been
+ refreshed to enable you to test your new fitness apps on any Android device.
+
+
+
+
+
+
+
+
+
+
+
+
+
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.