... | ... | @@ -32,7 +32,7 @@ dependencies { |
|
|
compile (name:'b4s-android-sdk-playservices840', ext:'aar')
|
|
|
}
|
|
|
```
|
|
|
**Important**: This example relies on the Play Services version 8.3 (v28), but the SDK is compatible with all versions of the Play Services. Simply refer to the desired `play-services-xxx` libraries as usual and select the corresponding `b4s-android-sdk-playservicesXXX` .AAR file. For example, if the Play Services 6.5 (v22) should be used instead:
|
|
|
**Important**: This example relies on the Play Services version 9.0, but the SDK is compatible with all versions of the Play Services. Simply refer to the desired `play-services-xxx` libraries as usual and select the corresponding `b4s-android-sdk-playservicesXXX` .AAR file. For example, if the Play Services 6.5 (v22) should be used instead:
|
|
|
```groovy
|
|
|
...
|
|
|
compile 'com.google.android.gms:play-services-location:6.5.87'
|
... | ... | |