tray v0.12.0 Release Notes

Release Date: 2017-05-05 // almost 7 years ago
  • 👀 tray__authority is now deprecated. You'll see a big error in logcat when your are still using it. Instead the <applicationId>.tray will be used as authority.

    If you rely on a specific authority of the ContentProvider (and you really don't) you can change it. Read the wiki for more information.

    dependencies { compile 'net.grandcentrix.tray:tray:0.12.0'}