Closed mr-archano closed 7 years ago
Following the suggestion from @blundell I decided to rename the public API to create a build properties set: BuildProperties.from() introduced in the unreleased version of the plugin (#25 and #32) has been replaced by BuildProperties.using().
BuildProperties.from()
BuildProperties.using()
👍
Following the suggestion from @blundell I decided to rename the public API to create a build properties set:
BuildProperties.from()
introduced in the unreleased version of the plugin (#25 and #32) has been replaced byBuildProperties.using()
.