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

Fix calculation of version code #284

Merged
merged 1 commit into from
Feb 10, 2017
Merged

Conversation

ogapants
Copy link
Contributor

@ogapants ogapants commented Feb 10, 2017

Issue

Overview (Required)

In current calculation, the version code for the version name may be wrong.
Although it is not a fundamental solution, I think that it can be solved enough with this change. 🤔

Before:

  • 1.11.0 -> 210
  • 2.1.0 -> 210

After:

  • 1.11.0 -> 11100
  • 2.1.0 -> 20100

Links

none

Screenshot

none

@konifar
Copy link
Contributor

konifar commented Feb 10, 2017

Good catch! This is what I wanted to fix! Thanks 🙇‍♂️

@konifar
Copy link
Contributor

konifar commented Feb 10, 2017

Maybe the description is wrong?

2.1.0 -> 201000

Maybe 20100 is correct.

@konifar
Copy link
Contributor

konifar commented Feb 10, 2017

Looks good. Probably Jake does the same way.

@konifar konifar merged commit 44cf613 into DroidKaigi:master Feb 10, 2017
@ogapants
Copy link
Contributor Author

Maybe 20100 is correct.

Oops, It's exactly as you say 🙇
Fixed the description..

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.

None yet

3 participants