GitHub user pa-de-solminihac opened a pull request: https://github.com/apache/cordova-android/pull/298
replace Integer.parseInt with BigInteger so that you can use longer Android version codes I used to have DNS like version codes (YYYYmmmddXX format) for my apps builds, and I can't go back in older apps because Google Play wont allow me to upload inferior version codes, so I thing we should to use BigInteger instead of Integer.parseInt You can merge this pull request into a Git repository by running: $ git pull https://github.com/pa-de-solminihac/cordova-android master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/298.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #298 ---- commit db3bc3249e3e12e23a5d7bfc04de423a69f66ffd Author: Pierre-Alexis de Solminihac <p...@quai13.com> Date: 2016-04-22T17:10:49Z replace Integer.parseInt with BigInteger so that you can use longer Android version codes I used to have DNS like version codes (YYYYmmmddXX format) for my apps builds, and I can't go back in older apps because Google Play wont allow me to upload inferior version codes, so I thing we should to use BigInteger instead of Integer.parseInt ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org