Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 1.78 KB

Change Log

  • Remove @Deprecated annotation for BuildProperties.file() as the IDE incorrectly highlights wrong Project.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.