dnsimple/dnsimple-java

Automate versioning changes

ggalmazor opened this issue · 1 comments

Each time we need to release a new version, we need to update the version of the project twice. Gradle has plugins to automate that process. We should investigate and put in place the simplest possible system that helps us reduce work during releases.

I've used the BuildConfig plugin in the past. It doesn't have the best user experience but it delivers what we need.