Sensey v1.9.0 Release Notes
Release Date: 2020-12-11 // over 2 years ago-
Including in your project ๐จ๐ปโ๐ป
implementation 'com.github.nisrulz:sensey:1.9.0'
๐ Changelog ๐
- โ Added new detectors:
- Scoop
- PickupDevice
- Steps
- โก๏ธ Updated dependencies(Got rid of support libs and android kotlin extensions)
- ๐จ Code cleaned up and refactored
- โ Added new detectors:
Previous changes from v1.8.0
-
Including in your project
implementation 'com.github.nisrulz:sensey:1.8.0'
๐ Changelog
- โ Removed RECORD_AUDIO permission out of the library
When using SoundLevel Detector, you need to add RECORD_AUDIO permission to your AndroidManifest.xml manually as well as handle Runtime Permission
- โ Removed support for devices below API 14
- โก๏ธ Updated dependencies
- ๐จ Code cleaned up and refactored