How to properly setup project version code and name in gradle 8.4
I’m setting up some projects in gradle 8.4 and trying to create a good versioning system for those projects, my first instinct was to set the variables for minor/major/patch etc. in gradle.properties
file, like the old days. Apparently I’m not setting up properly anymore or things have changed.