diff --git a/docs/html/google/play-services/games.jd b/docs/html/google/play-services/games.jd index a73f688ec04f9..f68751d890604 100644 --- a/docs/html/google/play-services/games.jd +++ b/docs/html/google/play-services/games.jd @@ -5,7 +5,7 @@ header.hide=1 @jd:body
@@ -29,14 +31,14 @@ information about integrating game services into your app.Add hidden and incremental achievements to encourage users to explore your game in new
and interesting ways. A built-in achievement UI is available to display progress.
Add
achievements to your game.
Let players compare scores with friends using leaderboards and see how they rank against other players worldwide. Google Play game services automatically maintains daily, @@ -44,11 +46,11 @@ information about integrating game services into your app. href="https://developers.google.com/games/services/android/leaderboards">Build leaderboards
Offer seamless game progress across all of the user's devices. Use Cloud Save APIs +
Offer seamless game progress across all of the user's devices. Use the Saved Games API
to quickly store and synchronize game data on Google's cloud
infrastructure.
Save
+ class="external-link" href="https://developers.google.com/games/services/android/savedgames">Save
game data to the cloud
Once you've installed the Google Play services package, download the game services samples to learn how to use the major components of the Google Play game services SDK.
- +Read the - API Terms of Service.
+ API Terms of Service.Detailed documentation for the Google Play game services SDK is available at developers.google.com/games/services.
diff --git a/docs/html/google/play-services/index.jd b/docs/html/google/play-services/index.jd index eec4f5a59f9b9..6b3b6733d74d0 100644 --- a/docs/html/google/play-services/index.jd +++ b/docs/html/google/play-services/index.jd @@ -27,9 +27,10 @@ header.hide=1Google Play services provides you with easy access to Google services and is tightly -integrated with the Android OS. Easy-to-use client libraries are provided for -each service that let you implement the functionality you want easier and faster.
+Google Play services provides you with easy access to Google services and is +tightly integrated with the Android OS. Easy-to-use client libraries are +provided for each service that let you implement the functionality you want +easier and faster.
-
Google Play services, Version 5.0 (July 2014)
+
For a summary of the feature highlights in Google Play services 5.0, see the +announcement +blog post.
+
+
Google Play services, Version 4.4 (May 2014)
To get started, set up the SDK and check out -the various products in the Google Play services platform now!
\ No newline at end of file +the various products in the Google Play services platform now! diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index 4332953ab3074..e58b3ec76428f 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:+' - compile 'com.google.android.gms:play-services:4.4.52' + compile 'com.google.android.gms:play-services:5.0.77' }Be sure you update this version number each time Google Play services is updated.