On Android Studio Im trying to get the version incrementally while I develop my code, but for some reason doing this
/**
* This is an example class
* @author Todd Williams
* @version %I%
* @since 1.0
*/
is showing me this
Any idea why ?
On Android Studio Im trying to get the version incrementally while I develop my code, but for some reason doing this
/**
* This is an example class
* @author Todd Williams
* @version %I%
* @since 1.0
*/
is showing me this
Any idea why ?