Change Android versionCode and versionName v1.2.0

Originally the step was not able to parse versionCode if there was a comment at the end of the same line.

Now it can parse if:

  • has comment at the end of the same line
  • the value is not an integer but a variable
  • syntax is kotlin
  • any mixture of the above

This topic was automatically closed after 90 days. New replies are no longer allowed.