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 f325ffad12
commit e81d9c1ac9
9 changed files with 34 additions and 3 deletions

View file

@ -192,6 +192,7 @@ private fun aBuildMeta() =
applicationName = "An Application",
lowPrivacyLoggingEnabled = true,
versionName = "",
versionCode = 0,
gitRevision = "",
gitBranchName = "",
gitRevisionDate = "",