Add application version to the setting screen.
This commit is contained in:
parent
f325ffad12
commit
e81d9c1ac9
9 changed files with 34 additions and 3 deletions
|
|
@ -23,6 +23,7 @@ data class BuildMeta(
|
|||
val applicationId: String,
|
||||
val lowPrivacyLoggingEnabled: Boolean,
|
||||
val versionName: String,
|
||||
val versionCode: Int,
|
||||
val gitRevision: String,
|
||||
val gitRevisionDate: String,
|
||||
val gitBranchName: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue