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

Commit 29c4ac61 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

am 85c0ac8c: am 6c885e6f: am b37b252a: am 665fc318: am df139acf: am 1cf6ff30:...

am 85c0ac8c: am 6c885e6f: am b37b252a: am 665fc318: am df139acf: am 1cf6ff30: Merge "docs: Fixed Google Play Services version number. Bug: 17195954" into klp-modular-docs

* commit '85c0ac8c3c8e2d15ba8658815e04e81c3b4cc028':
  docs: Fixed Google Play Services version number. Bug: 17195954
parents 1e348de0 05fae8ec
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>