Application is automatically building by jenkins after successful push, but version is always 1.0. Instead of \"0\" I want to insert number of corresponding build in jenkins: 1.
You have to make some preprocessing of your Manifest or build.gradle.
Fro example
I recommend you to get a system value that you can determine in each build you have, so you can change version of the app yourself in build configuration.