novoda / gradle-build-properties-plugin

Keep your secrets secret. External build properties support for your Gradle scripts.
Other
110 stars 13 forks source link

Rename public API to create build properties set #36

Closed mr-archano closed 7 years ago

mr-archano commented 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().

xrigau commented 7 years ago

👍