P
P
Petr Petrovich2016-08-25 15:31:55
Building projects
Petr Petrovich, 2016-08-25 15:31:55

What is build in app version?

How is the build number calculated, which is usually written in the version of the application? If this is the build number, then how can you find it, for example, in android studio? And why can it be so huge?
3046bb5bea594cd8af2ec1a25b3586c1.jpg
or
bf3d5499948243829e28ef36ba714331.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2016-08-25
@michael_bel

Every time a product is built from source, it's build
A big number can be for various reasons.
1. A lot of commits (for each individual build).
2. When switching to newer versions, the build number was not reset to zero, but rounded up with a margin. for example, v 1.0-1, v1.0-2, v1.0-3, v2.0-100, v2.0-101
could round up to a thousand with a margin.
3. The build number may contain not just an increment, but for example the date
16082501, 16082502
4. Some troubles.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question