am c370f03c: am b11a52cb: am a3c773e8: am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.

* commit 'c370f03c4ff0f6cc4da2fd663f5dc1c64d80ec7f':
  docs: Update the sample Gradle dependency declaration to reflect GMS K version.
This commit is contained in:
Quddus Chong
2014-05-22 00:07:44 +00:00
committed by Android Git Automerger

View File

@@ -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>