am 539f9e31
: docs: Update the sample Gradle dependency declaration to reflect GMS K version.
* commit '539f9e31726dc780f26901de06c35a4b2446c37a': docs: Update the sample Gradle dependency declaration to reflect GMS K version.
This commit is contained in:
@ -104,7 +104,7 @@ apply plugin: 'android'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:+'
|
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>
|
</pre>
|
||||||
<p>Be sure you update this version number each time Google Play services is updated.</p>
|
<p>Be sure you update this version number each time Google Play services is updated.</p>
|
||||||
|
Reference in New Issue
Block a user