How to change meta.buildNumber?

I try set in project.xml

<meta buildNumber="1234"/>

and try

<app buildNumber="1234"/>

but value ::meta.buildNumber:: is another.
How can i set this value?

This number is updated automatically each time you build. There should be a “.build” file in your output directory that continues to update with a value.

However, it is possible to override by hand. <meta build-number="1234" /> I believe is the syntax :slight_smile:

Yes, It was helpfull.
Thank you!

1 Like