Fitbit / bitgatt

The FitbitGatt API is designed to provide a strong state machine around all Android gatt operations with the aim of making Android BLE development across Android vendors as straightforward and side-effect free as possible.
Mozilla Public License 2.0
57 stars 17 forks source link

Fix lint issues in previous PR #39

Closed droolingsheep closed 3 years ago

droolingsheep commented 3 years ago

Fixes # Lint failure in release build

description

The lintRelease gradle task is failing on develop because it can't find the javax annotations.

changes

Switch to androidx annotations instead of javax

how tested

Ran lintRelease locally and it passes