I have a file that is a constant conflict.
It contains just two lines
versionCode Int
versionName String in the form of "a.b.c"
I want to write an automatic something that will resolve this conflict if it ever exists and always takes the higher version code as the resolver.
Is there a way to do that?