easydeviceinfo v2.4.1 Release Notes
Release Date: 2017-12-21 // about 7 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