am df139acf: am 1cf6ff30: Merge "docs: Fixed Google Play Services version number. Bug: 17195954" into klp-modular-docs

* commit 'df139acff19cdbca43d9cc312653f03463e645ed':
  docs: Fixed Google Play Services version number. Bug: 17195954
This commit is contained in:
Ricardo Cervera
2014-08-27 16:05:10 +00:00
committed by Android Git Automerger

View File

@@ -66,8 +66,8 @@ apply plugin: 'android'
...
dependencies {
compile 'com.android.support:appcompat-v7:+'
<strong>compile 'com.google.android.gms:play-services:5.0.77'</strong>
compile 'com.android.support:appcompat-v7:20.+'
<strong>compile 'com.google.android.gms:play-services:5.+'</strong>
}
</pre>
<p>Be sure you update this version number each time Google Play services is updated.</p>