Skip to content

Commit aa0009e

Browse files
author
Ricardo Cervera
committed
docs: Fixed Google Play Services version number. Bug: 17195954
Change-Id: I7a71aa5f600ae11cce388183fc20e4537864122d
1 parent 611dea8 commit aa0009e

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)