Add application version to the setting screen.

This commit is contained in:
Benoit Marty 2023-06-30 17:50:13 +02:00 committed by Benoit Marty
parent da7e9a8bf2
commit 499a862bfc
9 changed files with 34 additions and 3 deletions

View file

@ -26,6 +26,7 @@ val A_BUILD_META = BuildMeta(
applicationId = "",
lowPrivacyLoggingEnabled = false,
versionName = "",
versionCode = 0,
gitRevision = "",
gitRevisionDate = "",
gitBranchName = "",