synthmark
synthmark copied to clipboard
Display app version on MainActivity
So we can refer users to a specific version. Add app version to the reports for Share.
There is a version code in SynthMark.h And another version in android/app/build.gradle
We can try to keep them in sync manually. But there should only be one source of truth. This may not be possible if the command line build does not use gradle.
The version is currently displayed in app and shell command.
OboeTester code that displays the app version is here
Marking as fixed because it is displayed.