summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Quddus Chong <quddusc@google.com> 2014-05-21 23:43:25 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-05-21 23:43:25 +0000
commitc370f03c4ff0f6cc4da2fd663f5dc1c64d80ec7f (patch)
treebde4db766b585687234e96d027c8b0274b57a841
parent246f907b546af98d93b6eb2549aaf891cefe2aed (diff)
parentb11a52cb6f7db5e1b78582649801632b8d32b978 (diff)
am b11a52cb: am a3c773e8: am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.
* commit 'b11a52cb6f7db5e1b78582649801632b8d32b978': docs: Update the sample Gradle dependency declaration to reflect GMS K version.
-rw-r--r--docs/html/google/play-services/setup.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd
index 5df26291948a..d502e8d77119 100644
--- a/docs/html/google/play-services/setup.jd
+++ b/docs/html/google/play-services/setup.jd
@@ -104,7 +104,7 @@ apply plugin: 'android'
dependencies {
compile 'com.android.support:appcompat-v7:+'
- <strong>compile 'com.google.android.gms:play-services:4.3.23'</strong>
+ <strong>compile 'com.google.android.gms:play-services:4.4.52'</strong>
}
</pre>
<p>Be sure you update this version number each time Google Play services is updated.</p>