When project is built with Maven
it is possible to get implementation version like this.
Is it possible to do that or something with Gradle?
I moved from Maven to Gradle with my app.
With Maven build I was able to display application version like Application vX.X.X
where X.X.X
was retrieved from implementation version. It that possible with Gradle?
Basically I want that version was resolved automatically.