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

This commit is contained in:
Ricardo Cervera
2014-08-27 15:49:33 +00:00
committed by Android (Google) Code Review

View File

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