Back application version

2

Is it possible to go back to the app version? We initially put the Version Number field in the 2 field just to see how it would look and after that we are not able to return to the number we would like (0.1.0), the app gives following error:

    
asked by anonymous 04.09.2018 / 22:34

2 answers

3
The Número de versão must be an integer value, and should only be incremented, it is what you will be using to know if you should update the application, and Google Play will never allow you to post an APK with the number repeated or smaller than the previous, but this value is not displayed anywhere.

Overall, every time you launch a new version on Google Play, you should increase that value by 1, you do not have to worry about it during development.

The Nome da versão you can already put the value you want, and can increase or decrease the time you want, this is the version that is displayed to the user.

    
04.09.2018 / 22:44
3

The problem occurs because this version number does not accept the format x.x.x , enter an entire version, for example: 10 .

I hope I have helped.

    
04.09.2018 / 22:37