Skip to content

2.4.0

Compare
Choose a tag to compare
@nisrulz nisrulz released this 29 Jul 22:03
· 13 commits to master since this release

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