dropbox / dropbox-sdk-java

A Java library for the Dropbox Core API.
https://www.dropbox.com/developers/documentation/java
MIT License
593 stars 447 forks source link

Generates the `DbxSdkVersion` value in a gradle task. #508

Closed rharter closed 1 year ago

rharter commented 1 year ago

This adds a gradle task to generate the DbxSdkVersion class and value based on the settings in gradle.properties.

Fixes #357