android-contentprovider-generator v1.9.3 Release Notes

Release Date: 2015-07-18 // almost 9 years ago
    • โšก๏ธ Updated content provider template to support ${applicationId} variable that is supported in the
      ๐Ÿ†• new manifest merger build tool (thanks almilli!).
    • ๐Ÿ›  Fixed invalid json in sample and readme (thanks mdupierreux!).
    • โž• Added methods that take a Context in addition to the ones that take a ContentResolver.
    • ๐Ÿ†• New orderByXXX methods in Selection classes (thanks yargray!).