How to set android app version by number of build in Jenkins?

后端 未结 4 930
名媛妹妹
名媛妹妹 2021-02-13 12:12

Application is automatically building by jenkins after successful push, but version is always 1.0. Instead of \"0\" I want to insert number of corresponding build in jenkins: 1.

4条回答
  •  有刺的猬
    2021-02-13 13:03

    Best approach will be to use gradle release plugin for this. Using this you can do automatic version inclement version in your manifest file. You can have a look here

    You can use it for tagging your source tree as well for different versions.

提交回复
热议问题