forma icon indicating copy to clipboard operation
forma copied to clipboard

Version Code and Version Name in binary

Open ikarenkov opened this issue 4 years ago • 1 comments

Currently versionCode and versionName are placed in FormaConfiguration, but it's not global configuration responsibility to use single version configuration for whole project. We should have ability to set version code/name in binary. Maybe we have to use version code in application target, because Gradle limitations

ikarenkov avatar Feb 18 '21 22:02 ikarenkov

I did not want to put version in the global configuration because it's pretty common to build multiple apps from the same project with different versions. So at the very least we should have an option to override a version info in binary packages

stepango avatar Nov 07 '21 18:11 stepango