More and more situations need to know the branch name, we should append a branch property to reduce the chance of hard-code branch name.
/cc @oharastream/developer
+1
@konekoya , @wu87988622
I found there are some files have hard-code version value:
I think these should be read the version value from gradle.properties in the future.
Is this possible?
@vitojeng Could you add the new field "branch" to our ConfiguratorVersion? Also, update the docs for info APIs.
@vitojeng Could you add the new field "branch" to our ConfiguratorVersion? Also, update the docs for info APIs.
Sure, will do.
I think these should be read the version value from gradle.properties in the future.
Is this possible?
Yes, I think it's possible. I'll file a new issue to work on this :)
Great! Thanks @konekoya!
Tasks are done.