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

Commit c106c12e authored by Quddus Chong's avatar Quddus Chong Committed by Android Git Automerger
Browse files

am c370f03c: am b11a52cb: am a3c773e8: am 539f9e31: docs: Update the sample...

am c370f03c: am b11a52cb: am a3c773e8: am 539f9e31: docs: Update the sample Gradle dependency declaration to reflect GMS K version.

* commit 'c370f03c':
  docs: Update the sample Gradle dependency declaration to reflect GMS K version.
parents 5569ba20 c370f03c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ apply plugin: 'android'

dependencies {
    compile 'com.android.support:appcompat-v7:+'
    <strong>compile 'com.google.android.gms:play-services:4.3.23'</strong>
    <strong>compile 'com.google.android.gms:play-services:4.4.52'</strong>
}
</pre>
<p>Be sure you update this version number each time Google Play services is updated.</p>