- Remove
@Deprecated
annotation forBuildProperties.file()
as the IDE incorrectly highlights wrongProject.file()
method as deprecated (#PR59).
- Resolve build properties through project properties (#PR48).
- Support chaining property sets (#PR44).
- Support custom entry set implementations (#PR42).
- Support maps in BuildProperties (#PR25).
- Remove built-in signingConfig support (#PR24).
- Use dynamic types in Android utility methods (#PR23).
- Removed built-in evaluation of project properties (#PR12).
- Made plugin compatible with non-Android projects (#PR5).
- Initial release.