Generate a monotonously increasing version number using some smart scheme. This is especially useful for android projects, where you need such a version number.
| Type Params | Return Type | Name and description |
|---|---|---|
|
long |
calculate(java.lang.String version)Calculate a monotonically rising version number on your own. |