Read versionCode from the Manifest, since BuildConfig.VERSION_CODE does not contain the correct last digit.
This commit is contained in:
parent
cfc16eb790
commit
3c3703cba3
4 changed files with 18 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ data class BuildMeta(
|
|||
val applicationId: String,
|
||||
val lowPrivacyLoggingEnabled: Boolean,
|
||||
val versionName: String,
|
||||
val versionCode: Int,
|
||||
val versionCode: Long,
|
||||
val gitRevision: String,
|
||||
val gitBranchName: String,
|
||||
val flavorDescription: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue