Skip to content

Commit 1cf6ff3

Browse files
Ricardo CerveraAndroid (Google) Code Review
authored andcommitted
Merge "docs: Fixed Google Play Services version number. Bug: 17195954" into klp-modular-docs
2 parents 4f0fedd + aa0009e commit 1cf6ff3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/html/google/play-services/setup.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ apply plugin: 'android'
6666
...
6767

6868
dependencies {
69-
compile 'com.android.support:appcompat-v7:+'
70-
<strong>compile 'com.google.android.gms:play-services:5.0.77'</strong>
69+
compile 'com.android.support:appcompat-v7:20.+'
70+
<strong>compile 'com.google.android.gms:play-services:5.+'</strong>
7171
}
7272
</pre>
7373
<p>Be sure you update this version number each time Google Play services is updated.</p>

0 commit comments

Comments
 (0)