Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 665fc318 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

am df139acf: am 1cf6ff30: Merge "docs: Fixed Google Play Services version...

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

* commit 'df139acf':
  docs: Fixed Google Play Services version number. Bug: 17195954
parents 76428e01 df139acf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>