Sensey v1.8.0 Release Notes

Release Date: 2017-12-05 // over 6 years ago
  • 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