Read versionCode from the Manifest, since BuildConfig.VERSION_CODE does not contain the correct last digit.

This commit is contained in:
Benoit Marty 2024-05-24 15:06:47 +02:00
parent cfc16eb790
commit 3c3703cba3
4 changed files with 18 additions and 3 deletions

View file

@ -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,