... | ... | @@ -58,7 +58,7 @@ Finally, **copy the `b4s-android-sdk.aar`** and the **`b4s-android-sdk-playservi |
|
|
|
|
|
## Minimum SDK level support
|
|
|
|
|
|
As Android 4.3 introduced support for Bluetooth LE, API level 18 is the minimum API level requirement for the SDK to work with beacons. However, it is safe to include the library in application that support older Android versions. You can simply have Gradle ignore the B4S minimum SDK level by adding to your `AndroidManifest.xml`:
|
|
|
As Android 4.3 introduced support for Bluetooth LE, API level 18 is the minimum API level requirement for the SDK to work with beacons. However, it is safe to include the library in application that support older Android versions. Since 1.8.3 the minimum target is API level 10. If you need an even lower SDK, you can simply have Gradle ignore the B4S minimum SDK level by adding to your `AndroidManifest.xml`:
|
|
|
|
|
|
```xml
|
|
|
<uses-sdk tools:overrideLibrary="com.ezeeworld.b4s.android.sdk, com.ezeeworld.b4s.android.sdk.playservices" />
|
... | ... | |