You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version migrates the library to Java 8. You will need to enable desugaring of Java 8 language features if you have not already done so. (And if you are releasing an Android library, then anyone who uses that library will also have to enable desugaring.) We expect for nearly all Android projects to have already enabled desugaring. But if this causes problems for you, please use version 1.4.5, which is feature-equal to 1.5.0.
Issue #58, causing scans with PendingIntent not being properly stopped, has been fixed by adding an extra parameter to startScan and stopScan methods (#97).