easydeviceinfo v2.4.1 Release Notes

Release Date: 2017-12-21 // over 6 years ago
  • ๐Ÿ”„ Changelog

    • โšก๏ธ Updated dependencies
    • ๐Ÿ›  Fixed dependency chain of sub modules
    • โž• Added isWifiAwareAvailable() method in EasyNetworkMod
    • ๐Ÿ›  Code cleanup and bug fixes

Previous changes from v2.4.0

  • ๐Ÿ”„ Changelog

    • โœ‚ Removed support for devices running api < 14 i.e minSdkVer is now 14
    • โž• Added support for api 26
    • โšก๏ธ updated dependencies to latest version i.e google play services to v11.0.2 and support lib to v26.0.0
    • ๐Ÿ—„ Deprecated functions as per behavior changes in terms of id retrieval in platform running api 26 (upcoming Android O)
      • getBluetoothMAC()
      • getIMEI()
      • getAndroidID()
      • getAccounts()
    • ๐Ÿ›  Code cleanup and minor bug fixes