android-contentprovider-generator v1.9.3 Release Notes
Release Date: 2015-07-18 // about 8 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!).
- โก๏ธ Updated content provider template to support ${applicationId} variable that is supported in the