docs: Update the sample Gradle dependency declaration to reflect GMS K version.
Change-Id: I5e5c40974b2fbaf61256d320d24acf5e0e9178d6
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user