Throw exception on SDK 0.9.5

I’m using SDK 0.9.5.

But I’ve exception like below.
The exception throws only on Android 5.0 or higher.
I never get exception when I use 0.9.4.

java.lang.NullPointerException: Attempt to invoke virtual method ‘void android.bluetooth.le.BluetoothLeScanner.startScan(java.util.List, android.bluetooth.le.ScanSettings, android.bluetooth.le.ScanCallback)’ on a null object reference
at com.estimote.sdk.service.internal.LollipopBluetoothAdapter.start(LollipopBluetoothAdapter.java:179)
at com.estimote.sdk.service.internal.CycleBluetoothScanner.start(CycleBluetoothScanner.java:59)
at com.estimote.sdk.service.internal.CycleBluetoothScanner$1.run(CycleBluetoothScanner.java:93)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:145)
at android.os.HandlerThread.run(HandlerThread.java:61)

We’ve just released SDK 0.9.6 which should fix that:

Sorry for the trouble!