rapidftr / tracker

The Issue Tracker for RapidFTR
2 stars 3 forks source link

Use Jenkins build number for android version code #247

Open tomclement opened 9 years ago

tomclement commented 9 years ago

When deploying the RapidFTR APK to the Google Play Store, the android version code has to be different from the version of the APK that's already in the Store. Currently, the developers have to remember to update this version code when deploying a new APK - which is done at the commit stage.

This enhancement adds the ability to automatically use the Jenkins build number as the android version code. Using this maven plugin is one possible solution.