We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f0fedd + aa0009e commit 1cf6ff3Copy full SHA for 1cf6ff3
1 file changed
docs/html/google/play-services/setup.jd
@@ -66,8 +66,8 @@ apply plugin: 'android'
66
...
67
68
dependencies {
69
- compile 'com.android.support:appcompat-v7:+'
70
- <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>
71
}
72
</pre>
73
<p>Be sure you update this version number each time Google Play services is updated.</p>
0 commit comments