Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-9465 replace Integer.parseInt with BigInteger so that you can use longer Android version codes #298

Closed
wants to merge 1 commit into from

Conversation

pa-de-solminihac
Copy link

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

…ndroid 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
@pa-de-solminihac pa-de-solminihac changed the title replace Integer.parseInt with BigInteger so that you can use longer Android version codes CB-9465 replace Integer.parseInt with BigInteger so that you can use longer Android version codes Apr 25, 2016
@codecov-io
Copy link

Current coverage is 36.13%

Merging #298 into master will not change coverage

@@           master    #298   diff @@
=====================================
  Files          11      11          
  Lines         927     927          
  Methods         0       0          
  Branches      167     167          
=====================================
  Hits          335     335          
  Misses        592     592          
  Partials        0       0          

Powered by Codecov. Last updated by e4ecbad...8d5180f

@asfgit asfgit closed this in 23fd098 Sep 12, 2016
infil00p pushed a commit to infil00p/cordova-android that referenced this pull request Sep 26, 2016
…ndroid 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

This closes apache#298
@pa-de-solminihac
Copy link
Author

I am afraid this commit was useless (if not harmful), as the documentation states:

Warning: The greatest value Google Play allows for versionCode is 2100000000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants